We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ad721 commit f9cc66bCopy full SHA for f9cc66b
.github/workflows/ci.yaml
@@ -302,7 +302,7 @@ jobs:
302
fi
303
304
export TS_DEBUG_DISCO=true
305
- gotestsum --junitfile="gotests.xml" --jsonfile="gotests.json" --packages="./..." -- -parallel=8 -timeout=10m -short -failfast $COVERAGE_FLAGS
+ gotestsum --junitfile="gotests.xml" --jsonfile="gotests.json" --packages="./..." -- -parallel=8 -timeout=15m -short -failfast $COVERAGE_FLAGS
306
307
- name: Print test stats
308
if: success() || failure()
0 commit comments