Skip to content

Commit d0a3e50

Browse files
committed
test: Shorten timeout to cause failure
1 parent 20441ca commit d0a3e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
echo ::set-output name=cover::false
340340
fi
341341
set +e
342-
gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=5m -short -failfast $COVERAGE_FLAGS
342+
gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=30s -short -failfast $COVERAGE_FLAGS
343343
ret=$?
344344
if ((ret)); then
345345
# Eternalize test timeout logs because "re-run failed" erases

0 commit comments

Comments
 (0)