Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit db464d3

Browse files
committed
test(jqLite): increase timeout and add a label
This test has been flaky on Sauce+IE. I think 2secs might be not enough for IE sometimes.
1 parent 0113f22 commit db464d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jqLiteSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ describe('jqLite', function() {
14671467

14681468
// This test is potentially flaky on CI cloud instances, so there is a generous
14691469
// wait period...
1470-
waitsFor(function() { return tested; }, 2000);
1470+
waitsFor(function() { return tested; }, 'iframe to load', 5000);
14711471
});
14721472
}
14731473
});

0 commit comments

Comments
 (0)