check effect of timeout flag
This commit is contained in:
parent
aaea75590c
commit
d9568f8d12
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -313,6 +313,7 @@ jobs:
|
|||||||
-tags testing \
|
-tags testing \
|
||||||
-failfast \
|
-failfast \
|
||||||
-p 1 \
|
-p 1 \
|
||||||
|
-timeout 20m \
|
||||||
-run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
-run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
@ -321,6 +322,7 @@ jobs:
|
|||||||
-tags testing \
|
-tags testing \
|
||||||
-failfast \
|
-failfast \
|
||||||
-p 1 \
|
-p 1 \
|
||||||
|
-timeout 20m \
|
||||||
-run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
|
-run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user