Skip to content

Commit

Permalink
Revert "bump timeout"
Browse files Browse the repository at this point in the history
This reverts commit 29ecd8c.
  • Loading branch information
mistermoe committed Oct 13, 2023
1 parent e886df7 commit ea581ae
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('20000'); // 20 seconds
this.timeout('15000'); // 15 seconds

it('should create a put and parse a get request', async () => {

Expand Down

0 comments on commit ea581ae

Please sign in to comment.