From c914dc94cfbfa500ee13771cdb0f50f89e4fcc05 Mon Sep 17 00:00:00 2001 From: sashko Date: Thu, 5 Mar 2015 19:47:11 -0800 Subject: [PATCH] Fix command line test by adding small wait --- tools/tests/command-line.js | 1 + 1 file changed, 1 insertion(+) 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);