Skip to content

Commit 6a6eaa9

Browse files
committed
test: fix flaky test-http2-session-timeout
Increase server timeout to reduce likelihood of triggering race conditions. Fixes: #15326
1 parent 082c434 commit 6a6eaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http2-session-timeout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (!common.hasCrypto)
66
common.skip('missing crypto');
77
const h2 = require('http2');
88

9-
const serverTimeout = common.platformTimeout(200);
9+
const serverTimeout = common.platformTimeout(1200);
1010
const callTimeout = common.platformTimeout(10);
1111

1212
const server = h2.createServer();

0 commit comments

Comments
 (0)