Skip to content

Commit

Permalink
Reduce the "modules - test app" self-test start-up wait time.
Browse files Browse the repository at this point in the history
The increased mongo connection timeout in 522d86d
means that the we can decrease the "modules - test app" self-test
application start-up wait internval significantly (since mongo
will now start properly and the self-test can continue).
  • Loading branch information
hwillson authored and benjamn committed Aug 7, 2017
1 parent b061f4b commit b1fd243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tests/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ selftest.define("modules - test app", function () {
"--driver-package", "dispatch:mocha-phantomjs"
);

run.waitSecs(180);
run.waitSecs(60);
run.match("App running at");
run.match("SERVER FAILURES: 0");
run.match("CLIENT FAILURES: 0");
Expand Down

0 comments on commit b1fd243

Please sign in to comment.