Skip to content

Commit

Permalink
fix #1323 Increase test timeout fot test MultiAutoInvalidDataModel in…
Browse files Browse the repository at this point in the history
… IE9
  • Loading branch information
flongo committed Oct 23, 2014
1 parent 0815eb7 commit 4a6bfac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ Aria.classDefinition({
$dependencies : ["aria.core.Browser"],
$constructor : function () {
this.$BaseMultiAutoCompleteTestCase.constructor.call(this);
if (aria.core.Browser.isPhantomJS || aria.core.Browser.isIE7 || aria.core.Browser.isIE8) {
if (aria.core.Browser.isPhantomJS || aria.core.Browser.isIE) {
this.defaultTestTimeout = 120000;
}
this.data.freeText = false;
Expand Down

0 comments on commit 4a6bfac

Please sign in to comment.