Skip to content

Commit

Permalink
Adding timeout for IE7 in atoms typing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Dec 21, 2015
1 parent 0541802 commit bb037d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/atoms/test/type_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@
*/
function yieldInIE7() {
return new goog.Promise(function(done) {
goog.testing.TestCase.getActiveTestCase().promiseTimeout = 5000;
if (goog.userAgent.IE && !bot.userAgent.isEngineVersion(8)) {
setTimeout(done, 500);
} else {
Expand Down

0 comments on commit bb037d8

Please sign in to comment.