give ci tests 20 minutes before timeout (#3702)

#### Type of change

- [x] 🤖 Supportability/Tests
This commit is contained in:
Keepers 2023-06-28 21:37:07 -06:00 committed by GitHub
parent f1c0b2b42f
commit 78f698636d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ jobs:
-v \ -v \
-failfast \ -failfast \
-p 1 \ -p 1 \
-timeout 15m \ -timeout 20m \
./... \ ./... \
2>&1 | tee ./testlog/gotest-ci.log | gotestfmt -hide successful-tests 2>&1 | tee ./testlog/gotest-ci.log | gotestfmt -hide successful-tests
@ -233,7 +233,7 @@ jobs:
-v \ -v \
-failfast \ -failfast \
-p 1 \ -p 1 \
-timeout 15m \ -timeout 20m \
./... \ ./... \
2>&1 | tee ./testlog/gotest-unit.log | gotestfmt -hide successful-tests 2>&1 | tee ./testlog/gotest-unit.log | gotestfmt -hide successful-tests