From 29ecd8c41da3b8a9e7f78683bb01f95ae3af94b8 Mon Sep 17 00:00:00 2001 From: gabe Date: Fri, 13 Oct 2023 09:38:50 -0700 Subject: [PATCH] bump timeout --- packages/dids/tests/dht.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dids/tests/dht.spec.ts b/packages/dids/tests/dht.spec.ts index 9c889e9a0..1d2d028dd 100644 --- a/packages/dids/tests/dht.spec.ts +++ b/packages/dids/tests/dht.spec.ts @@ -5,7 +5,7 @@ import {DidDhtKeySet, DidDhtMethod} from '../src/did-dht.js'; import {DidKeySetVerificationMethodKey, DidService} from '../src/index.js'; describe('DHT', function () { - this.timeout('15000'); // 15 seconds + this.timeout('20000'); // 20 seconds it('should create a put and parse a get request', async () => {