mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
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.
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user