Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Oct 13, 2023
1 parent 0aeba7c commit 29ecd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dids/tests/dht.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {

Expand Down

0 comments on commit 29ecd8c

Please sign in to comment.