diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f971239d..9a5481be7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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