From 910adae61fabb2b25a1b8afcc53a5b10841af76b Mon Sep 17 00:00:00 2001 From: flongo Date: Thu, 23 Oct 2014 16:36:59 +0200 Subject: [PATCH] fix #1324 Increase timeout in MAC prefill tests for IE --- .../preselectAutofill/MACPreselectAutofillBaseTest.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/aria/widgets/form/multiautocomplete/preselectAutofill/MACPreselectAutofillBaseTest.js b/test/aria/widgets/form/multiautocomplete/preselectAutofill/MACPreselectAutofillBaseTest.js index 4570e7738..fbd24cf42 100644 --- a/test/aria/widgets/form/multiautocomplete/preselectAutofill/MACPreselectAutofillBaseTest.js +++ b/test/aria/widgets/form/multiautocomplete/preselectAutofill/MACPreselectAutofillBaseTest.js @@ -61,6 +61,9 @@ Aria.classDefinition({ this.$PreselectAutofillBaseTest.constructor.call(this); this.data.value = []; + if (aria.core.Browser.isIE) { + this.defaultTestTimeout = 25000; + } }, $prototype : {