From d287d36bac859391c66dd06d2bb0a191e4fd4688 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 31 Mar 2014 20:03:01 -0700 Subject: [PATCH] Make run tests less flaky --- tools/tests/run.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tests/run.js b/tools/tests/run.js index 45883021c1..0cdc986649 100644 --- a/tools/tests/run.js +++ b/tools/tests/run.js @@ -49,6 +49,7 @@ selftest.define("run", function () { run.waitSecs(5); run.match("is crashing"); s.unlink("crash.js"); + run.waitSecs(5); run.match("Modified"); run.match("restarted"); s.write("empty.js", ""); @@ -70,6 +71,7 @@ selftest.define("run", function () { // Back to working s.unlink("junk.js"); + run.waitSecs(5); run.match("restarted"); // Crash just once, then restart successfully