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
When using the opts object with a timeout, it appears that the timeout is set at test load time, instead of test execution time. For large suites, this leads to spurious timeouts. The hack fix is to use t.timeoutAfter(100) instead.