From 5c72808bd1622b8c099351ba0ec293685d36a5f9 Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Thu, 10 Nov 2022 11:44:26 -0700 Subject: [PATCH] Bump up unit test timeout to 10 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 506025d2b..3248b0727 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: 6 + timeout-minutes: 10 name: Unit tests (Go ${{ matrix.go }}) runs-on: ubuntu-latest # Service containers to run with `container-job`