From 208c0b02113d34b18e8029b6648de8ef1b262963 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Wed, 29 Jan 2020 16:41:25 +0100 Subject: [PATCH] Maintenance: Processing of checked CTI Log entries via Scheduler and pushing of new information to the JS App takes longer than 6 seconds which fails CI browser test. --- test/browser/integration_cti_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/browser/integration_cti_test.rb b/test/browser/integration_cti_test.rb index 4d8eff92f..32310f8a9 100644 --- a/test/browser/integration_cti_test.rb +++ b/test/browser/integration_cti_test.rb @@ -61,7 +61,7 @@ class IntegrationCtiTest < TestCase watch_for_disappear( css: '.js-phoneMenuItem .counter', - timeout: 6, + timeout: 15, ) click(css: 'a[href="#manage"]')