From 0af4c38230d2049108e6e281f6c492dab235bb4d Mon Sep 17 00:00:00 2001 From: Michael Li Date: Mon, 7 Aug 2023 09:45:13 -0400 Subject: [PATCH] chore: Modify go test retry settings (#3536) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7fd66a2d0b..8810d74527 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -168,9 +168,9 @@ jobs: env: TEST_PACKAGE: "./..." TESTARGS: -v - TEST_TIMEOUT: 120m + TEST_TIMEOUT: 40m with: - max_attempts: 3 + max_attempts: 1 timeout_minutes: 120 retry_on: error command: make test