Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d8ea2f

Browse files
committed
test: Shorten timeout to cause failure
1 parent 9c54723 commit 9d8ea2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
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=3m -short -failfast $COVERAGE_FLAGS
342+
gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=2m -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)