Skip to content

Commit 87bec86

Browse files
committed
Increasing timeout as nothing prevents replicas from being allocated, except the timeout
1 parent 3cb2bc4 commit 87bec86

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/10_synonyms_put.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ setup:
2121
index: .synonyms-2
2222
level: shards
2323
wait_for_status: green
24-
timeout: 1m
24+
timeout: 2m
2525

2626
- do:
2727
synonyms.get_synonym:
@@ -71,7 +71,7 @@ setup:
7171
index: .synonyms-2
7272
level: shards
7373
wait_for_status: green
74-
timeout: 1m
74+
timeout: 2m
7575

7676
- do:
7777
synonyms.get_synonym:

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
@@ -17,7 +17,7 @@ setup:
1717
index: .synonyms-2
1818
level: shards
1919
wait_for_status: green
20-
timeout: 1m
20+
timeout: 2m
2121

2222
- do:
2323
indices.create:

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
@@ -20,7 +20,7 @@ setup:
2020
index: .synonyms-2
2121
level: shards
2222
wait_for_status: green
23-
timeout: 1m
23+
timeout: 2m
2424

2525
---
2626
"Get synonyms set":

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
@@ -18,7 +18,7 @@ setup:
1818
index: .synonyms-2
1919
level: shards
2020
wait_for_status: green
21-
timeout: 1m
21+
timeout: 2m
2222

2323
---
2424
"Delete synonyms set":

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setup:
1616
index: .synonyms-2
1717
level: shards
1818
wait_for_status: green
19-
timeout: 1m
19+
timeout: 2m
2020

2121
- do:
2222
synonyms.put_synonym:
@@ -44,7 +44,7 @@ setup:
4444
cluster.health:
4545
index: .synonyms-2
4646
level: shards
47-
timeout: 1m
47+
timeout: 2m
4848
wait_for_status: green
4949

5050

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
@@ -20,7 +20,7 @@ setup:
2020
index: .synonyms-2
2121
level: shards
2222
wait_for_status: green
23-
timeout: 1m
23+
timeout: 2m
2424

2525
---
2626
"Update a synonyms rule":

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
@@ -20,7 +20,7 @@ setup:
2020
index: .synonyms-2
2121
level: shards
2222
wait_for_status: green
23-
timeout: 20s
23+
timeout: 2m
2424

2525
---
2626
"Get a synonym rule":

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
@@ -20,7 +20,7 @@ setup:
2020
index: .synonyms-2
2121
level: shards
2222
wait_for_status: green
23-
timeout: 1m
23+
timeout: 2m
2424

2525

2626
---

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
@@ -20,7 +20,7 @@ setup:
2020
index: .synonyms-2
2121
level: shards
2222
wait_for_status: green
23-
timeout: 1m
23+
timeout: 2m
2424

2525
# Create an index with synonym_filter that uses that synonyms set
2626
- do:

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
@@ -32,7 +32,7 @@
3232
index: .synonyms-2
3333
level: shards
3434
wait_for_status: green
35-
timeout: 1m
35+
timeout: 2m
3636

3737
# Create my_index1 with synonym_filter that uses synonyms_set1
3838
- do:

0 commit comments

Comments
 (0)