diff --git a/scripts/run_service_experiments.py b/scripts/run_service_experiments.py index 241d2884..a3318f1e 100644 --- a/scripts/run_service_experiments.py +++ b/scripts/run_service_experiments.py @@ -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():