Tests: Increase timeout to wait to monitoring watches being created
Relates elastic/x-pack-elasticsearch#3217 Original commit: elastic/x-pack-elasticsearch@a6256f9e42
This commit is contained in:
parent
c3e5a20242
commit
e3a7e4bee4
|
@ -59,7 +59,7 @@ teardown:
|
||||||
catch: request_timeout
|
catch: request_timeout
|
||||||
cluster.health:
|
cluster.health:
|
||||||
wait_for_nodes: 99
|
wait_for_nodes: 99
|
||||||
timeout: 5s
|
timeout: 10s
|
||||||
- match: { "timed_out": true }
|
- match: { "timed_out": true }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
|
|
Loading…
Reference in New Issue