Skip to content

Commit bb037d8

Browse files
committed
Adding timeout for IE7 in atoms typing tests
1 parent 0541802 commit bb037d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/atoms/test/type_test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
*/
446446
function yieldInIE7() {
447447
return new goog.Promise(function(done) {
448+
goog.testing.TestCase.getActiveTestCase().promiseTimeout = 5000;
448449
if (goog.userAgent.IE && !bot.userAgent.isEngineVersion(8)) {
449450
setTimeout(done, 500);
450451
} else {

0 commit comments

Comments
 (0)