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
chore: increase the timeout for unit tests to prevent flakiness
tap's default timeout for tests is 30 seconds.
our unit tests usually finish in about 29 seconds, but some times it crosses that limit, failing the run.
let's allow ourselves up to 5 minutes for unit tests to complete before failing builds.
0 commit comments