Skip to content

Commit 31a4901

Browse files
committed
chore: revert sleep
1 parent 1ff6900 commit 31a4901

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ describe('AbortSignal support', () => {
751751
...args
752752
) {
753753
if (args[1].find != null) {
754-
await sleep(1);
755754
commandStub.restore();
756755
controller.abort();
757756
throw new ReAuthenticationError({ message: 'This is a fake reauthentication error' });

0 commit comments

Comments
 (0)