We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c0742 commit 6bffdccCopy full SHA for 6bffdcc
1 file changed
test/integration/node-specific/abort_signal.test.ts
@@ -751,7 +751,6 @@ describe('AbortSignal support', () => {
751
...args
752
) {
753
if (args[1].find != null) {
754
- await sleep(1);
755
commandStub.restore();
756
controller.abort();
757
throw new ReAuthenticationError({ message: 'This is a fake reauthentication error' });
0 commit comments