check effect of timeout flag

This commit is contained in:
HiteshRepo 2024-01-28 14:35:55 +05:30
parent aaea75590c
commit d9568f8d12

View File

@ -313,6 +313,7 @@ jobs:
-tags testing \
-failfast \
-p 1 \
-timeout 20m \
-run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
2>&1 | tee -a ./testlog/gotest-unit.log
@ -321,6 +322,7 @@ jobs:
-tags testing \
-failfast \
-p 1 \
-timeout 20m \
-run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
2>&1 | tee -a ./testlog/gotest-unit.log