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:
Vojta Jina
2014-07-10 10:44:55 -07:00
parent 0113f22574
commit db464d3bcc

View File

@@ -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);
});
}
});