Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Nov 12, 2024
1 parent d814801 commit 8ca3b01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/tests/integration/common_utils/managers/cc_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,9 @@ def wait_for_sync(
)
time.sleep(5)

# TODO: remove this sleep, this shouldnt be necessary but
# time.sleep(5)
# TODO: remove this sleep,
# this shouldnt be necessary but something is off with the timing for the sync jobs
time.sleep(5)

print("waiting for vespa sync")
# wait for the vespa sync to complete once the permission sync is complete
Expand Down

0 comments on commit 8ca3b01

Please sign in to comment.