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
We have TIMEOUT_OVERALL setting in test/source/test.ts
and we also pass timeout as CLI argument in package.json scripts e.g. npx ava --timeout=30m --verbose build/test/test/source/test.js
We have
TIMEOUT_OVERALLsetting intest/source/test.tsand we also pass timeout as CLI argument in
package.jsonscripts e.g.npx ava --timeout=30m --verbose build/test/test/source/test.jsIsn't this excessive?