Skip to content

Commit 8d1c563

Browse files
authored
Merge pull request GoogleCloudPlatform#4315 from abbas1902/cloud_ops
Bump timeout on google cloud ops agent to 90 seconds
2 parents a2d0f6d + d70d6d2 commit 8d1c563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def setup_cloud_ops() -> None:
597597
with open("/etc/google-cloud-ops-agent/config.yaml", "w") as f:
598598
yaml.safe_dump(file, f, sort_keys=False)
599599

600-
run("systemctl restart google-cloud-ops-agent.service", timeout=30)
600+
run("systemctl restart google-cloud-ops-agent.service", timeout=90)
601601

602602

603603
def main():

0 commit comments

Comments
 (0)