From d4b83f1f84599c401bac0d4dadbcd2cf333fd174 Mon Sep 17 00:00:00 2001 From: Marcelo Villa Date: Thu, 12 Dec 2024 11:42:28 -0500 Subject: [PATCH] Bump timeout and max restarts for the await workloads action --- .github/workflows/test_local_integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_local_integration.yaml b/.github/workflows/test_local_integration.yaml index 042d7edeea..7d79efc428 100644 --- a/.github/workflows/test_local_integration.yaml +++ b/.github/workflows/test_local_integration.yaml @@ -107,8 +107,8 @@ jobs: with: workloads: "" # all namespace: "dev" - timeout: 60 - max-restarts: 0 + timeout: 300 + max-restarts: 3 ### DEPLOYMENT TESTS - name: Deployment Pytests