We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0113f22 commit db464d3Copy full SHA for db464d3
1 file changed
test/jqLiteSpec.js
@@ -1467,7 +1467,7 @@ describe('jqLite', function() {
1467
1468
// This test is potentially flaky on CI cloud instances, so there is a generous
1469
// wait period...
1470
- waitsFor(function() { return tested; }, 2000);
+ waitsFor(function() { return tested; }, 'iframe to load', 5000);
1471
});
1472
}
1473
0 commit comments