From f74b20686432272ccf8693b5c2fc9a8b82e13f09 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 20 Nov 2013 19:13:06 -0800 Subject: [PATCH] Move asyncRetries config to test/test.js. --- test/index.html | 1 - test/test.js | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index 12d827d85..2321655ba 100644 --- a/test/index.html +++ b/test/index.html @@ -73,7 +73,6 @@ delete Object._defineProperty; delete Object._keys; - QUnit.config.asyncRetries = 5; QUnit.config.hidepassed = true; // assign results to `global_test_results` for Sauce Labs diff --git a/test/test.js b/test/test.js index 1a093ce75..56715e8b1 100644 --- a/test/test.js +++ b/test/test.js @@ -8219,6 +8219,8 @@ /*--------------------------------------------------------------------------*/ + QUnit.config.asyncRetries = 5; + if (!document) { QUnit.config.noglobals = true; QUnit.start();