File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/integration/node-specific Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ describe('AbortSignal support', () => {
783783 expect ( end - start ) . to . be . lessThan ( 260 ) ;
784784
785785 expect ( toArray ) . to . be . instanceOf ( DOMException ) ;
786- expect ( await checkIn ) . to . be . greaterThan ( 1000 ) ; // checks back in despite the abort
786+ expect ( await checkIn ) . to . be . greaterThan ( 900 ) ; // checks back in despite the abort
787787 }
788788 ) ;
789789 } ) ;
@@ -808,7 +808,7 @@ describe('AbortSignal support', () => {
808808 expect ( end - start ) . to . be . lessThan ( 260 ) ;
809809
810810 expect ( toArray ) . to . be . instanceOf ( DOMException ) ;
811- expect ( await checkIn ) . to . be . greaterThan ( 1000 ) ; // checks back in despite the abort
811+ expect ( await checkIn ) . to . be . greaterThan ( 900 ) ; // checks back in despite the abort
812812 }
813813 ) ;
814814 } ) ;
You can’t perform that action at this time.
0 commit comments