From 5b7794dc531162055016836b34bd2ea413c3408e Mon Sep 17 00:00:00 2001 From: Hein Meling Date: Wed, 18 Dec 2024 00:43:06 +0100 Subject: [PATCH] fix: ubuntu-latest is too slow to finish in 2m panic: test timed out after 2m0s running tests: TestDeployment (26s) --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 1aead8f1..c1dbcf03 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -38,7 +38,7 @@ jobs: - name: Run Go tests run: | - go test -v -timeout 2m ./... + go test -v -timeout 5m ./... shell: bash env: HOTSTUFF_LOG: info