Skip to content

Commit 5eaa144

Browse files
committed
Increase job duration in memory-based-scheduling test
The test sometimes fails because the job finishes before the assertion on its state being RUNNING. This is most likely caused by a longer than expected cluster update time. Increase the job duration by 90 seconds to reduce the probability of the test failing. Signed-off-by: Jacopo De Amicis <jdamicis@amazon.it>
1 parent dd80bad commit 5eaa144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/schedulers/test_slurm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2619,7 +2619,7 @@ def _test_slurm_behavior_when_updating_schedulable_memory_with_already_running_j
26192619
submit_command_args={
26202620
"nodes": 1,
26212621
"slots": 1,
2622-
"command": "srun ./a.out 3000000000 300",
2622+
"command": "srun ./a.out 3000000000 390",
26232623
"other_options": "-w queue1-st-ondemand1-i1-1",
26242624
"raise_on_error": False,
26252625
}

0 commit comments

Comments
 (0)