Skip to content

Commit 7641f2b

Browse files
committed
Change timeout
1 parent 438f9ad commit 7641f2b

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/110_synonyms_invalid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setup:
1616
cluster.health:
1717
index: .synonyms-2
1818
level: shards
19-
timeout: 10s
19+
timeout: 1m
2020
wait_for_status: green
2121

2222
- do:

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/20_synonyms_get.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setup:
1919
cluster.health:
2020
index: .synonyms-2
2121
level: shards
22-
timeout: 10s
22+
timeout: 1m
2323
wait_for_status: green
2424

2525
---

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/30_synonyms_delete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ setup:
1717
cluster.health:
1818
index: .synonyms-2
1919
level: shards
20-
timeout: 10s
20+
timeout: 1m
2121
wait_for_status: green
2222

2323
---

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/40_synonyms_sets_get.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ setup:
3535
cluster.health:
3636
index: .synonyms-2
3737
level: shards
38-
timeout: 10s
38+
timeout: 1m
3939
wait_for_status: green
4040

4141

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/50_synonym_rule_put.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setup:
1919
cluster.health:
2020
index: .synonyms-2
2121
level: shards
22-
timeout: 10s
22+
timeout: 1m
2323
wait_for_status: green
2424

2525
---

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/60_synonym_rule_get.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setup:
1919
cluster.health:
2020
index: .synonyms-2
2121
level: shards
22-
timeout: 10s
22+
timeout: 1m
2323
wait_for_status: green
2424

2525
---

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/70_synonym_rule_delete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setup:
1919
cluster.health:
2020
index: .synonyms-2
2121
level: shards
22-
timeout: 10s
22+
timeout: 1m
2323
wait_for_status: green
2424

2525

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/80_synonyms_from_index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setup:
1919
cluster.health:
2020
index: .synonyms-2
2121
level: shards
22-
timeout: 10s
22+
timeout: 1m
2323
wait_for_status: green
2424

2525
# Create an index with synonym_filter that uses that synonyms set

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/90_synonyms_reloading_for_synset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
cluster.health:
3232
index: .synonyms-2
3333
level: shards
34-
timeout: 10s
34+
timeout: 1m
3535
wait_for_status: green
3636

3737
# Create my_index1 with synonym_filter that uses synonyms_set1

0 commit comments

Comments
 (0)