From 504c213ba264ae061e5b673e7af3edae5fa1bc53 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 19 Jul 2022 13:40:51 -0400 Subject: [PATCH] Increase the testing timeout to 30m --- .github/workflows/build-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index f179fdc112..e0317970ef 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -1,6 +1,6 @@ --- name: "Build & Test" -on: # yamllint disable-line rule:truthy +on: # yamllint disable-line rule:truthy push: branches: - "main" @@ -72,7 +72,7 @@ jobs: - uses: "authzed/actions/go-test@main" with: tags: "ci" - + timeout: "30m" e2e: name: "E2E" runs-on: "ubuntu-latest"