Skip to content

Commit

Permalink
sleep for a bit before launching queries
Browse files Browse the repository at this point in the history
  • Loading branch information
1ntEgr8 committed Dec 3, 2024
1 parent 2e70864 commit aeb4d6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/run_service_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ def __enter__(self):
self.clean()
raise e

if not self.dry_run:
time.sleep(5)

def clean(self):
if self._service:
self._service.wait()
Expand Down

0 comments on commit aeb4d6d

Please sign in to comment.