aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-06-18 10:52:13 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-06-18 10:52:13 -0700
commit85252a46c2dabc8a41720390d1198b5260d16aa9 (patch)
tree41605923b046585924e3828e10eaede280eded53 /tests/runner.py
parent618eac34c8caa918b966deb051ffd0296f3bdcb1 (diff)
de-crunch in a worker
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 995cd770..5372034e 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7337,7 +7337,7 @@ elif 'browser' in str(sys.argv):
};
Module['postRun'] = doReftest;
Module['preRun'].push(function() {
- setTimeout(doReftest, 0); // if run() throws an exception and postRun is not called, this will kick in
+ setTimeout(doReftest, 1000); // if run() throws an exception and postRun is not called, this will kick in
});
''' % basename)