diff --git a/test/jqLiteSpec.js b/test/jqLiteSpec.js index 45a58719..6da7df89 100644 --- a/test/jqLiteSpec.js +++ b/test/jqLiteSpec.js @@ -1467,7 +1467,7 @@ describe('jqLite', function() { // This test is potentially flaky on CI cloud instances, so there is a generous // wait period... - waitsFor(function() { return tested; }, 2000); + waitsFor(function() { return tested; }, 'iframe to load', 5000); }); } });