You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run my test case
Cypress always hangs at results, unable to end instruction
When I turn on debug mode
There's always a timer running that hasn't been cleared
cypress:server:run attempting to close the browser +12s
cypress:server:browsers killing browser process +13s
cypress:server:timers clearing timer id 37 from queue { '37': { args: [], ms: 85000, cb: [Function] } } +13s
cypress:server:timers queuing timer id 38 after 85000 ms +1ms
cypress:server:timers child received timer id 38 +13s
cypress:server:timers child sending timer id 3 +4s
cypress:server:timers child sending timer id 22 +2s
cypress:server:timers clearing timer id 38 from queue { '38': { args: [], ms: 85000, cb: [Function] } } +25s
cypress:server:timers queuing timer id 39 after 85000 ms +0ms
cypress:server:timers child received timer id 39 +19s
cypress:server:timers clearing timer id 39 from queue { '39': { args: [], ms: 85000, cb: [Function] } } +25s
cypress:server:timers queuing timer id 40 after 85000 ms +1ms
The text was updated successfully, but these errors were encountered:
Whenever I run my test case
Cypress always hangs at results, unable to end instruction
When I turn on debug mode
There's always a timer running that hasn't been cleared
The text was updated successfully, but these errors were encountered: