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
The actionTimeout is currently set to the default 0 which means never timeout. This results in certain actions taking 2 minutes to timeout per the max timeout per test. We should set this to fail faster.
The
actionTimeoutis currently set to the default0which means never timeout. This results in certain actions taking 2 minutes to timeout per the max timeout per test. We should set this to fail faster.