diff --git a/tools/tests/command-line.js b/tools/tests/command-line.js index bd41dfa132..2196e92426 100644 --- a/tools/tests/command-line.js +++ b/tools/tests/command-line.js @@ -24,6 +24,7 @@ selftest.define("argument parsing", function () { // conflicting command-like options run = s.run("aoeuasdf", "--version"); + run.waitSecs(5); run.matchErr("pass anything else along with --version"); run.expectExit(1);