We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121c378 commit cc9cb2bCopy full SHA for cc9cb2b
1 file changed
test/fetch-h2/index.ts
@@ -407,7 +407,7 @@ describe( `generic (${protoVersion})`, ( ) =>
407
it( "should be able to POST large (16MiB) stream with known length",
408
async ( ) =>
409
{
410
- jest.setTimeout( 2000 );
+ jest.setTimeout( 4000 );
411
412
const { server, port } = await makeServer( );
413
@@ -455,7 +455,7 @@ describe( `generic (${protoVersion})`, ( ) =>
455
it( "should be able to POST large (16MiB) stream with unknown length",
456
457
458
459
460
461
0 commit comments