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
I noticed that cypress-parallel does not have a built-in way to set a timeout for each thread. This can cause problems when a thread gets stuck and blocks the whole process.
It would be helpful to have an option like -timeout 900s or similar, so that any thread running longer than the limit is automatically stopped.