Skip to content

Commit 00d29e9

Browse files
[Integ-tests] Relax implicit timeout in test_slurm_scaling
It is a sporadic problem in integration tests code when testing in isolated regions (BTW, The sporadic failure has not happened in commercial regions). There is an implicit timeout assuming static nodes can be replaced within 200 seconds. The speed of replacing compute nodes is not the purpose of the tests. Therefore, I extended the sleep job for 50 seconds. Therefore, the implicit timeout of static nodes replacement is increased by 50 seconds too. Signed-off-by: Hanwen <[email protected]>
1 parent 0b45042 commit 00d29e9

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
@@ -885,7 +885,7 @@ def _test_keep_or_replace_suspended_nodes(
885885
)
886886
job_id = submit_initial_job(
887887
scheduler_commands,
888-
"sleep 500",
888+
"sleep 550",
889889
partition,
890890
dynamic_instance_type,
891891
num_dynamic_nodes,

0 commit comments

Comments
 (0)