From d9568f8d127ec83363b7ad0337c51896cb96a6c9 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 14:35:55 +0530 Subject: [PATCH] check effect of timeout flag --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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