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.
This commit is contained in:
parent
85c03460aa
commit
208c0b0211
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class IntegrationCtiTest < TestCase
|
||||||
|
|
||||||
watch_for_disappear(
|
watch_for_disappear(
|
||||||
css: '.js-phoneMenuItem .counter',
|
css: '.js-phoneMenuItem .counter',
|
||||||
timeout: 6,
|
timeout: 15,
|
||||||
)
|
)
|
||||||
|
|
||||||
click(css: 'a[href="#manage"]')
|
click(css: 'a[href="#manage"]')
|
||||||
|
|
Loading…
Reference in a new issue