Increase waiting time for app-restart after adding OM attributes.
This commit is contained in:
parent
b03576f617
commit
c25a55457b
3 changed files with 10 additions and 10 deletions
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -33,7 +33,7 @@ class AgentTicketUpdate4Test < TestCase
|
|||
)
|
||||
watch_for_disappear(
|
||||
css: '.modal',
|
||||
timeout: 120,
|
||||
timeout: 240,
|
||||
)
|
||||
sleep 5
|
||||
watch_for(
|
||||
|
|
Loading…
Reference in a new issue