diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-09-19 13:36:34 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-09-19 13:36:34 +0000 |
commit | b19f2fe478e7dfcd4f0cc482d48de45e7405ac77 (patch) | |
tree | b66f06d791840a46c21be04295a0326c790c0595 /tests/unit/datepicker/datepicker_options.js | |
parent | 5c87e2e448e9c8227970f774bc9565a6f34ac885 (diff) | |
download | jquery-ui-b19f2fe478e7dfcd4f0cc482d48de45e7405ac77.tar.gz jquery-ui-b19f2fe478e7dfcd4f0cc482d48de45e7405ac77.zip |
datepicker: renabling tests, with timeouts inbetween each test, hopefully avoids to kill testswarm clients with slow-script warnings
Diffstat (limited to 'tests/unit/datepicker/datepicker_options.js')
-rw-r--r-- | tests/unit/datepicker/datepicker_options.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/unit/datepicker/datepicker_options.js b/tests/unit/datepicker/datepicker_options.js index c3ffb1d11..b66644f0f 100644 --- a/tests/unit/datepicker/datepicker_options.js +++ b/tests/unit/datepicker/datepicker_options.js @@ -4,7 +4,12 @@ (function($) { -module("datepicker: options"); +module("datepicker: options", { + teardown: function() { + stop(); + setTimeout(start, 13); + } +}); test('setDefaults', function() { var inp = init('#inp'); |