Skip to content

Commit

Permalink
Merge pull request #295 from NVIDIA/am/delay-v1
Browse files Browse the repository at this point in the history
Always delay job submission to avoid double-booking in slurm
  • Loading branch information
amaslenn authored Oct 31, 2024
2 parents d02604a + 5f08ad7 commit adb169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudai/_core/base_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def submit_test(self, tr: TestRun):
logging.error(e)
exit(1)

async def delayed_submit_test(self, tr: TestRun, delay: int = 0):
async def delayed_submit_test(self, tr: TestRun, delay: int = 5):
"""
Delay the start of a test based on start_post_comp dependency.
Expand Down

0 comments on commit adb169e

Please sign in to comment.