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
I have ~60 test scenarios.
I run them in sequence with gagarin -b.
After the 1st one, I run them with gagarin -B to reuse the build.
They are "fat" tests, ie. each may require 10-30 seconds to run.
The first ~30 will pass, but then gagarin will be stuck starting the 31st and all further tests will result in timeout at startup. This used to work before meteor 1.3.
The full list of options I give to gagarin is -t 150000 -l 150000 -T 20000 (ridiculously long timeouts).
The error is
1) My test "before all" hook:
Error: timeout of 150000ms exceeded
at [object Object].<anonymous> (/usr/lib/node_modules/gagarin/node_modules/mocha/lib/runnable.js:158:19)
at Timer.listOnTimeout (timers.js:92:15)
The text was updated successfully, but these errors were encountered:
I have ~60 test scenarios.
I run them in sequence with gagarin -b.
After the 1st one, I run them with gagarin -B to reuse the build.
They are "fat" tests, ie. each may require 10-30 seconds to run.
The first ~30 will pass, but then gagarin will be stuck starting the 31st and all further tests will result in timeout at startup. This used to work before meteor 1.3.
The full list of options I give to gagarin is
-t 150000 -l 150000 -T 20000
(ridiculously long timeouts).The error is
The text was updated successfully, but these errors were encountered: