Skip to content

Commit

Permalink
fix ariatemplates#1324 Increase timeout in MAC prefill tests for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
flongo authored and jakub-g committed Oct 29, 2014
1 parent c370785 commit 326f126
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 326f126

Please sign in to comment.