From 2c749d28833affbc9ddba97dc4da1090e8c3b3f0 Mon Sep 17 00:00:00 2001 From: Andrew Bogott Date: Mon, 1 Jun 2026 14:54:33 -0500 Subject: [PATCH] Use default helm timeout (5M) when installing jupyter I'm sure there's a good reason for this 50 minute timeout, but it has also caused some puzzling behavior. I think I prefer a fast failure when the upstream is unavailable, but we will see. Bug: T425011 --- ansible/paws.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/paws.yaml b/ansible/paws.yaml index eaf584f6..01dc4fc9 100644 --- a/ansible/paws.yaml +++ b/ansible/paws.yaml @@ -82,7 +82,6 @@ values_files: - ../paws/{{ secret_file }}.yaml - ../paws/{{ env_file }}.yaml - timeout: '50m' dependency_update: true - name: Create metrics namespace for prometheus