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