Skip to content

Commit

Permalink
Bumps wait time up to 10 min
Browse files Browse the repository at this point in the history
  • Loading branch information
CollectiveUnicorn committed Aug 27, 2024
1 parent 03186f1 commit 44f5578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def check_vector_store_status():
)

# Wait for indexing to complete if it hasn't already
max_wait_time = 60 # seconds
max_wait_time = 60 * 10 # 10 minutes in seconds
start_time = time.time()
while check_vector_store_status() != VectorStoreStatus.COMPLETED.value:
if time.time() - start_time > max_wait_time:
Expand Down

0 comments on commit 44f5578

Please sign in to comment.