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