Skip to content

Commit d43e9bf

Browse files
committed
retry longer time for login node /opt/apps mount
1 parent 9acbf58 commit d43e9bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/setup_network_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def mount_path(path: Path):
167167
MAX_MOUNT_TIMEOUT = 60 * 5
168168
future_list = []
169169
retry_policy = ExceptionRetryPolicy(
170-
max_attempts=40, exponent=1.6, sleep=1.0, max_sleep=16.0
170+
max_attempts=120, exponent=1.6, sleep=1.0, max_sleep=16.0
171171
)
172172
with Executors.thread_pool().with_timeout(MAX_MOUNT_TIMEOUT).with_retry(
173173
retry_policy=retry_policy

0 commit comments

Comments
 (0)