mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 05:15:04 +00:00
[TEST] increase timeout slightly in wait_for_active_shards test to allow
for index creation cluster state update to be processed before ensuring the wait times out
This commit is contained in:
parent
9a9259184a
commit
93a359e434
@ -36,8 +36,8 @@
|
|||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test_index
|
index: test_index
|
||||||
timeout: 100ms
|
timeout: 300ms
|
||||||
master_timeout: 100ms
|
master_timeout: 300ms
|
||||||
wait_for_active_shards: 6
|
wait_for_active_shards: 6
|
||||||
body:
|
body:
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user