Skip to content

Commit 972523c

Browse files
committed
test: increase timeout to shudown server
1 parent 98714a8 commit 972523c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/httpbis/httpbis.int.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe('httpbis', () => {
192192
});
193193
beforeEach('reset requests', () => server.clear());
194194
after('stop server', async function stopServer () {
195-
this.timeout(5000);
195+
this.timeout(10000);
196196
return server.stop();
197197
});
198198
describe('rsa-pss-sha512', () => {

0 commit comments

Comments
 (0)