mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +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:
|
||||
indices.create:
|
||||
index: test_index
|
||||
timeout: 100ms
|
||||
master_timeout: 100ms
|
||||
timeout: 300ms
|
||||
master_timeout: 300ms
|
||||
wait_for_active_shards: 6
|
||||
body:
|
||||
settings:
|
||||
|
Loading…
x
Reference in New Issue
Block a user