Skip to content

Commit 9acbf58

Browse files
committed
[munge mount] extend timeout
1 parent 18d5dc5 commit 9acbf58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ def munge_mount_handler():
206206
f"{mnt.server_ip}:{mnt.remote_mount}",
207207
str(mnt.local_mount),
208208
]
209-
# wait max 120s for munge mount
210-
timeout = 120
209+
# wait max 240s for munge mount
210+
timeout = 240
211211
for retry, wait in enumerate(util.backoff_delay(0.5, timeout), 1):
212212
try:
213213
run(cmd, timeout=timeout)

0 commit comments

Comments
 (0)