From 7b74185d05f5e231f69f84db01aa8d72a235e3f6 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 20 Jun 2017 17:09:24 +0200 Subject: [PATCH] Sometimes the wizard takes longer. --- test/integration/otrs_import_browser_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/otrs_import_browser_test.rb b/test/integration/otrs_import_browser_test.rb index 52b5ab59a..9adea8be2 100644 --- a/test/integration/otrs_import_browser_test.rb +++ b/test/integration/otrs_import_browser_test.rb @@ -54,7 +54,7 @@ class OtrsImportBrowserTest < TestCase watch_for( css: 'body', value: 'login', - timeout: 300, + timeout: 480, ) end