aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/jqLiteSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jqLiteSpec.js b/test/jqLiteSpec.js
index 1f3be1b2..056c6145 100644
--- a/test/jqLiteSpec.js
+++ b/test/jqLiteSpec.js
@@ -1320,7 +1320,7 @@ describe('jqLite', function() {
};
iframe_.src = "/base/test/fixtures/iframe.html";
jqLite(document).find('body').append(iframe);
-
+
// This test is potentially flaky on CI cloud instances, so there is a generous
// wait period...
waitsFor(function() { return tested; }, 2000);