We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082c434 commit 6a6eaa9Copy full SHA for 6a6eaa9
test/parallel/test-http2-session-timeout.js
@@ -6,7 +6,7 @@ if (!common.hasCrypto)
6
common.skip('missing crypto');
7
const h2 = require('http2');
8
9
-const serverTimeout = common.platformTimeout(200);
+const serverTimeout = common.platformTimeout(1200);
10
const callTimeout = common.platformTimeout(10);
11
12
const server = h2.createServer();
0 commit comments