Skip to content

Commit

Permalink
fix #1324 Increase timeout in MAC prefill tests for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
flongo committed Oct 23, 2014
1 parent 4a6bfac commit 910adae
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -61,6 +61,9 @@ Aria.classDefinition({

this.$PreselectAutofillBaseTest.constructor.call(this);
this.data.value = [];
if (aria.core.Browser.isIE) {
this.defaultTestTimeout = 25000;
}
},
$prototype : {

Expand Down

0 comments on commit 910adae

Please sign in to comment.