We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20441ca commit d0a3e50Copy full SHA for d0a3e50
.github/workflows/coder.yaml
@@ -339,7 +339,7 @@ jobs:
339
echo ::set-output name=cover::false
340
fi
341
set +e
342
- gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=5m -short -failfast $COVERAGE_FLAGS
+ gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=30s -short -failfast $COVERAGE_FLAGS
343
ret=$?
344
if ((ret)); then
345
# Eternalize test timeout logs because "re-run failed" erases
0 commit comments