Skip to content

Commit

Permalink
Increasing timeout as nothing prevents replicas from being allocated,…
Browse files Browse the repository at this point in the history
… except the timeout
  • Loading branch information
carlosdelest committed Oct 17, 2024
1 parent 3cb2bc4 commit 87bec86
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m

- do:
synonyms.get_synonym:
Expand Down Expand Up @@ -71,7 +71,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m

- do:
synonyms.get_synonym:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m

---
"Get synonyms set":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m

---
"Delete synonyms set":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m

- do:
synonyms.put_synonym:
Expand Down Expand Up @@ -44,7 +44,7 @@ setup:
cluster.health:
index: .synonyms-2
level: shards
timeout: 1m
timeout: 2m
wait_for_status: green


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m

---
"Update a synonyms rule":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 20s
timeout: 2m

---
"Get a synonym rule":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m


---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setup:
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m

# Create an index with synonym_filter that uses that synonyms set
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
index: .synonyms-2
level: shards
wait_for_status: green
timeout: 1m
timeout: 2m

# Create my_index1 with synonym_filter that uses synonyms_set1
- do:
Expand Down

0 comments on commit 87bec86

Please sign in to comment.