REST tests: Wait for yellow, not green
When testing on a single node, waiting for green times out Original commit: elastic/x-pack-elasticsearch@ca91bbbbe6
This commit is contained in:
parent
bd1f67ec99
commit
41b974b784
|
@ -2,7 +2,7 @@
|
|||
"Test ack watch api":
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
wait_for_status: yellow
|
||||
|
||||
- do:
|
||||
watcher.put_watch:
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
wait_for_status: yellow
|
||||
|
||||
- do:
|
||||
watcher.ack_watch:
|
||||
|
|
Loading…
Reference in New Issue