From dd3fe9a264a00f085b9fa7654d18b3fd67dbae30 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 29 Sep 2016 16:03:02 -0400 Subject: [PATCH] Add additional delay to "run: run" test. --- tools/tests/run.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tests/run.js b/tools/tests/run.js index 908cdc8593..3be4636150 100644 --- a/tools/tests/run.js +++ b/tools/tests/run.js @@ -106,6 +106,7 @@ try { run.match('s.json: parse error reading settings file'); run.match('Waiting for file change'); s.write('s.json', '{}'); + run.waitSecs(15); run.match('App running at'); run.stop();