From 9a394973fe2bfc6d9919c6babfcecb1c5cb2bfbe Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Thu, 10 Nov 2022 11:30:52 -0700 Subject: [PATCH] Bump up unit test timeout to 6 minutes --- .github/workflows/dendrite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index c9d010471..506025d2b 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -76,7 +76,7 @@ jobs: # run go test with different go versions test: - timeout-minutes: 5 + timeout-minutes: 6 name: Unit tests (Go ${{ matrix.go }}) runs-on: ubuntu-latest # Service containers to run with `container-job`