Browse Source

[Tests] Timeout 1s when creating a red index (#92486)

Andrei Dan 2 years ago
parent
commit
c5ed72e70d

+ 2 - 0
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/health/40_diagnosis.yml

@@ -7,6 +7,8 @@
   - do:
       indices.create:
         index: red_index
+        master_timeout: 1s
+        timeout: 1s
         body:
           settings:
             number_of_shards: 1