Skip to content

Commit 58a5133

Browse files
committed
Increase timeout - let's see if this helps
1 parent e74187e commit 58a5133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kendo-test-helpers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ QUnit.extend( QUnit, {
181181
});
182182

183183
QUnit.brazilTimezoneTest = brazilTimezoneTest;
184-
QUnit.config.testTimeout = 1500;
184+
QUnit.config.testTimeout = 2500;
185185
QUnit.config.reorder = false;
186186

187187
var close = QUnit.close,

0 commit comments

Comments
 (0)