From 78f698636d26a51686e70add31836ebae694969a Mon Sep 17 00:00:00 2001 From: Keepers Date: Wed, 28 Jun 2023 21:37:07 -0600 Subject: [PATCH] give ci tests 20 minutes before timeout (#3702) #### Type of change - [x] :robot: Supportability/Tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cbb065e6..282f6a84b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,7 @@ jobs: -v \ -failfast \ -p 1 \ - -timeout 15m \ + -timeout 20m \ ./... \ 2>&1 | tee ./testlog/gotest-ci.log | gotestfmt -hide successful-tests @@ -233,7 +233,7 @@ jobs: -v \ -failfast \ -p 1 \ - -timeout 15m \ + -timeout 20m \ ./... \ 2>&1 | tee ./testlog/gotest-unit.log | gotestfmt -hide successful-tests