diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 30c6d12ae1..009b35fe6b 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -338,7 +338,7 @@ jobs: else echo ::set-output name=cover::false fi - gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS + gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=5m -short -failfast $COVERAGE_FLAGS ret=$? if ((ret)); then # Eternalize test timeout logs because "re-run failed" erases