Skip to content

Commit

Permalink
extend the bugging time
Browse files Browse the repository at this point in the history
  • Loading branch information
JintaoWu98 committed Sep 16, 2024
1 parent bec7133 commit 9751a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def schedule_jobs(self):
del self.running_jobs[label]

if self.timer and len(job_list):
time.sleep(30) # wait 30 sec before bugging the servers again.
time.sleep(360) # wait 30 sec before bugging the servers again.
t = time.time() - self.report_time
if t > 3600 and self.running_jobs:
self.report_time = time.time()
Expand Down

0 comments on commit 9751a0e

Please sign in to comment.