From 666f051c3a7c0313acacad0255ab8a45697777c3 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Tue, 17 Feb 2015 16:11:58 +0100 Subject: Tests: Reduce timeouts to optimize testsuite runtime --- tests/unit/dialog/dialog_events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/dialog/dialog_events.js') diff --git a/tests/unit/dialog/dialog_events.js b/tests/unit/dialog/dialog_events.js index 49b93bdd1..f4b353b8d 100644 --- a/tests/unit/dialog/dialog_events.js +++ b/tests/unit/dialog/dialog_events.js @@ -337,7 +337,7 @@ asyncTest("ensure dialog's container doesn't scroll on resize and focus", functi equal($(window).scrollTop(), initialScroll, "scroll hasn't moved after focus moved to dialog"); element.dialog("destroy"); start(); - }, 500); + }); }); test("#5184: isOpen in dialogclose event is true", function() { -- cgit v1.2.3