Skip to content

Commit

Permalink
Update packages/server/test/unit/cloud/upload/stream_activity_monitor…
Browse files Browse the repository at this point in the history
…_spec.ts

Co-authored-by: Ryan Manuel <ryanm@cypress.io>
  • Loading branch information
cacieprins and ryanthemanuel committed Mar 28, 2024
1 parent 122124c commit c94c1e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ describe('StreamTimeoutController', () => {
streamController.enqueue('some data')
await clock.tickAsync(maxActivityDwellTime - 10)
streamController.enqueue('some more data')
await clock.tickAsync(maxActivityDwellTime - 10)
expect(monitor.getController().signal.aborted).not.to.be.true
expect(monitor.getController().signal.reason).to.be.undefined
})
Expand Down

0 comments on commit c94c1e9

Please sign in to comment.