From d60680b65ad87438b8043d4d0677027abc1bb6c4 Mon Sep 17 00:00:00 2001 From: Zhiqiang Zhang Date: Fri, 23 Aug 2013 15:32:19 +0800 Subject: [PATCH] Increased timeout to make test more stable --- html/browsers/history/the-history-interface/004.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/browsers/history/the-history-interface/004.html b/html/browsers/history/the-history-interface/004.html index bf0c37587561be..8c1e23028961cb 100644 --- a/html/browsers/history/the-history-interface/004.html +++ b/html/browsers/history/the-history-interface/004.html @@ -36,7 +36,7 @@ assert_equals( location.hash.replace(/^#/,''), 'baz', 'the browser navigated synchronously' ); }, '.go commands should be queued until the thread has ended'); history.go(-1); - setTimeout(checkjumps,100); + setTimeout(checkjumps,1000); } function checkjumps() { test(function () {