Skip to content

Commit cc9cb2b

Browse files
committed
fix(test): increased timeout of a slow test
1 parent 121c378 commit cc9cb2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/fetch-h2/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ describe( `generic (${protoVersion})`, ( ) =>
407407
it( "should be able to POST large (16MiB) stream with known length",
408408
async ( ) =>
409409
{
410-
jest.setTimeout( 2000 );
410+
jest.setTimeout( 4000 );
411411

412412
const { server, port } = await makeServer( );
413413

@@ -455,7 +455,7 @@ describe( `generic (${protoVersion})`, ( ) =>
455455
it( "should be able to POST large (16MiB) stream with unknown length",
456456
async ( ) =>
457457
{
458-
jest.setTimeout( 2000 );
458+
jest.setTimeout( 4000 );
459459

460460
const { server, port } = await makeServer( );
461461

0 commit comments

Comments
 (0)