Skip to content

Commit

Permalink
Change time out pipeline to 1hour
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex committed Jan 7, 2024
1 parent 562bb24 commit 5b84143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cloud_test_logic/populate_indices_for_cloud_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def populate_indices():


# Around 30 min:
max_retries = 200
# TODO Temporarily bump this to 3600s (1 hour) due to the slow performance of the staging environment
max_retries = 360
attempt = 0
while True:
if all(creating_index + INDEX_NAME_SEPARATOR + test_uniqueness_id in mq.config.instance_mapping._urls_mapping["READY"].keys()
Expand Down

0 comments on commit 5b84143

Please sign in to comment.