Skip to content

Commit adb169e

Browse files
authored
Merge pull request #295 from NVIDIA/am/delay-v1
Always delay job submission to avoid double-booking in slurm
2 parents d02604a + 5f08ad7 commit adb169e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudai/_core/base_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async def submit_test(self, tr: TestRun):
169169
logging.error(e)
170170
exit(1)
171171

172-
async def delayed_submit_test(self, tr: TestRun, delay: int = 0):
172+
async def delayed_submit_test(self, tr: TestRun, delay: int = 5):
173173
"""
174174
Delay the start of a test based on start_post_comp dependency.
175175

0 commit comments

Comments
 (0)