Skip to content

Commit dc52b67

Browse files
committed
test: flake
1 parent c24cf28 commit dc52b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/node-specific/abort_signal.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)