Skip to content

Commit b39ba02

Browse files
authored
ci: Increase Go mock db test timeout to 5m (coder#5413)
Our Windows test-runner often takes close to 3m to complete the test, this was producing a few false failures due to us adding tests over time and test times increasing.
1 parent 27386d4 commit b39ba02

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
@@ -338,7 +338,7 @@ jobs:
338338
else
339339
echo ::set-output name=cover::false
340340
fi
341-
gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS
341+
gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=5m -short -failfast $COVERAGE_FLAGS
342342
ret=$?
343343
if ((ret)); then
344344
# Eternalize test timeout logs because "re-run failed" erases

0 commit comments

Comments
 (0)