Increase waiting time for app-restart after adding OM attributes.

This commit is contained in:
Thorsten Eckel 2018-06-05 17:21:37 +02:00
parent b03576f617
commit c25a55457b
3 changed files with 10 additions and 10 deletions

View file

@ -72,7 +72,7 @@ class AdminObjectManagerTest < TestCase
)
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(
@ -140,7 +140,7 @@ class AdminObjectManagerTest < TestCase
)
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(
@ -275,7 +275,7 @@ class AdminObjectManagerTest < TestCase
)
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(
@ -354,7 +354,7 @@ class AdminObjectManagerTest < TestCase
)
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(
@ -419,7 +419,7 @@ class AdminObjectManagerTest < TestCase
)
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(
@ -451,7 +451,7 @@ class AdminObjectManagerTest < TestCase
click(css: '.modal .js-submit')
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(
@ -482,7 +482,7 @@ class AdminObjectManagerTest < TestCase
)
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(

View file

@ -62,7 +62,7 @@ class AdminObjectManagerTreeSelectTest < TestCase
)
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(
@ -100,7 +100,7 @@ class AdminObjectManagerTreeSelectTest < TestCase
)
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(

View file

@ -33,7 +33,7 @@ class AgentTicketUpdate4Test < TestCase
)
watch_for_disappear(
css: '.modal',
timeout: 120,
timeout: 240,
)
sleep 5
watch_for(