Skip to content

Commit 2ac1f31

Browse files
committed
increase timeout
1 parent 4c7549e commit 2ac1f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scaffold_atlas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def create_index(client: MongoClient, filename: Path) -> None:
9494
collection.update_search_index(index_name, loaded_index_configuration)
9595

9696
logger.debug("waiting for search index to be ready...")
97-
wait_until_complete = 60
97+
wait_until_complete = 120
9898
_wait_for_predicate(
9999
predicate=lambda: _is_index_ready(collection, index_name),
100100
err=f"Index {index_name} update did not complete in {wait_until_complete}!",

0 commit comments

Comments
 (0)