Skip to content

Commit

Permalink
remove extraneous sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
1ntEgr8 committed Dec 3, 2024
1 parent aeb4d6d commit 4094e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/run_service_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def run(self):
dry_run=self.args.dry_run,
) as s:
Launcher(self.launcher_args, self.args.dry_run).launch()
time.sleep(10)


def main():
Expand Down

0 comments on commit 4094e01

Please sign in to comment.