Test stabilization: Application reboot might take some time after ObjectManager Attribute change.
This commit is contained in:
parent
821415a916
commit
7e9728b970
1 changed files with 8 additions and 8 deletions
|
@ -72,7 +72,7 @@ class AdminObjectManagerTest < TestCase
|
|||
)
|
||||
watch_for_disappear(
|
||||
css: '.modal',
|
||||
timeout: 240,
|
||||
timeout: 7.minutes,
|
||||
)
|
||||
sleep 5
|
||||
watch_for(
|
||||
|
@ -140,7 +140,7 @@ class AdminObjectManagerTest < TestCase
|
|||
)
|
||||
watch_for_disappear(
|
||||
css: '.modal',
|
||||
timeout: 240,
|
||||
timeout: 7.minutes,
|
||||
)
|
||||
sleep 5
|
||||
watch_for(
|
||||
|
@ -275,7 +275,7 @@ class AdminObjectManagerTest < TestCase
|
|||
)
|
||||
watch_for_disappear(
|
||||
css: '.modal',
|
||||
timeout: 240,
|
||||
timeout: 7.minutes,
|
||||
)
|
||||
sleep 5
|
||||
watch_for(
|
||||
|
@ -354,7 +354,7 @@ class AdminObjectManagerTest < TestCase
|
|||
)
|
||||
watch_for_disappear(
|
||||
css: '.modal',
|
||||
timeout: 240,
|
||||
timeout: 7.minutes,
|
||||
)
|
||||
sleep 5
|
||||
watch_for(
|
||||
|
@ -419,7 +419,7 @@ class AdminObjectManagerTest < TestCase
|
|||
)
|
||||
watch_for_disappear(
|
||||
css: '.modal',
|
||||
timeout: 240,
|
||||
timeout: 7.minutes,
|
||||
)
|
||||
sleep 5
|
||||
watch_for(
|
||||
|
@ -451,7 +451,7 @@ class AdminObjectManagerTest < TestCase
|
|||
click(css: '.modal .js-submit')
|
||||
watch_for_disappear(
|
||||
css: '.modal',
|
||||
timeout: 240,
|
||||
timeout: 7.minutes,
|
||||
)
|
||||
sleep 5
|
||||
watch_for(
|
||||
|
@ -482,7 +482,7 @@ class AdminObjectManagerTest < TestCase
|
|||
)
|
||||
watch_for_disappear(
|
||||
css: '.modal',
|
||||
timeout: 240,
|
||||
timeout: 7.minutes,
|
||||
)
|
||||
sleep 5
|
||||
watch_for(
|
||||
|
@ -537,7 +537,7 @@ class AdminObjectManagerTest < TestCase
|
|||
)
|
||||
watch_for_disappear(
|
||||
css: '.modal',
|
||||
timeout: 120,
|
||||
timeout: 7.minutes,
|
||||
)
|
||||
sleep 5
|
||||
watch_for(
|
||||
|
|
Loading…
Reference in a new issue