aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
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)