Skip to content

Commit 52247f5

Browse files
authored
[Integ Test] Increase stop_max_delay to fix test_error_handling (#6699)
* Increase max delay to fix test_error_handling * Decrease max delay to 6.
1 parent 99575d9 commit 52247f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/common/hit_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def assert_compute_node_reasons(scheduler_commands, compute_nodes, expected_reas
8585
assert_that(node_info).contains(f"Reason={expected_reason}")
8686

8787

88-
@retry(wait_fixed=seconds(20), stop_max_delay=minutes(5))
88+
@retry(wait_fixed=seconds(20), stop_max_delay=minutes(6))
8989
def wait_for_num_nodes_in_scheduler(scheduler_commands, desired, filter_by_partition=None):
9090
assert_num_nodes_in_scheduler(scheduler_commands, desired, filter_by_partition)
9191

0 commit comments

Comments
 (0)