Skip to content
Prev Previous commit
Next Next commit
chore: revert sleep
  • Loading branch information
nbbeeken committed Mar 12, 2025
commit 19e1adbd6db48f28db4d3aff2907c94b43d32c94
1 change: 0 additions & 1 deletion test/integration/node-specific/abort_signal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ describe('AbortSignal support', () => {
...args
) {
if (args[1].find != null) {
await sleep(1);
commandStub.restore();
controller.abort();
throw new ReAuthenticationError({ message: 'This is a fake reauthentication error' });
Expand Down