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
It doesn't matter what timeout I set for the suite, hooks will always have the default 2000. Could we add the following line to the functions that add hooks (Suite.prototype.beforeAll...)?
if (this._timeout) hook.timeout(this._timeout);
The text was updated successfully, but these errors were encountered:
It doesn't matter what timeout I set for the suite, hooks will always have the default 2000. Could we add the following line to the functions that add hooks (
Suite.prototype.beforeAll
...)?The text was updated successfully, but these errors were encountered: