Skip to content

Commit 8f5989f

Browse files
committed
Increase trigger_slurm_reconfigure_race_condition of 1 minute
Increase the retries on trigger_slurm_reconfigure_race_condition of 1 minute, so that we try to increase the chance to trigger slurmctld restart and scontrol reconfigure in the same timestamp second Signed-off-by: Luca Carrogu <carrogu@amazon.com>
1 parent 56e7759 commit 8f5989f

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
@@ -2695,7 +2695,7 @@ def _test_scontrol_reboot_nodes(
26952695
)
26962696

26972697

2698-
@retry(wait_fixed=seconds(10), stop_max_delay=minutes(5))
2698+
@retry(wait_fixed=seconds(10), stop_max_delay=minutes(6))
26992699
def trigger_slurm_reconfigure_race_condition(remote_command_executor):
27002700
# trigger slurmctld restart and scontrol reconfigure until they are executed in the same timestamp second
27012701
remote_command_executor.run_remote_command("sudo -i systemctl restart slurmctld && sudo -i scontrol reconfigure")

0 commit comments

Comments
 (0)