give ci tests 20 minutes before timeout (#3702)
#### Type of change
- [x] 🤖 Supportability/Tests
This commit is contained in:
parent
f1c0b2b42f
commit
78f698636d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user