From cebc0e89af165602af9fb95cd83adcd0c53b3478 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 5 Dec 2016 12:37:06 +0100 Subject: [PATCH] Increase watch time. --- test/browser/translation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/browser/translation_test.rb b/test/browser/translation_test.rb index a218f9894..436cc5ede 100644 --- a/test/browser/translation_test.rb +++ b/test/browser/translation_test.rb @@ -289,7 +289,7 @@ class TranslationTest < TestCase ) watch_for_disappear( css: '.content.active .modal', - timeout: 5 * 60, + timeout: 6 * 60, ) click(css: 'a[href="#current_user"]')