Skip to content

Commit f9cc66b

Browse files
committed
try: increase timeout
1 parent 44ad721 commit f9cc66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
fi
303303
304304
export TS_DEBUG_DISCO=true
305-
gotestsum --junitfile="gotests.xml" --jsonfile="gotests.json" --packages="./..." -- -parallel=8 -timeout=10m -short -failfast $COVERAGE_FLAGS
305+
gotestsum --junitfile="gotests.xml" --jsonfile="gotests.json" --packages="./..." -- -parallel=8 -timeout=15m -short -failfast $COVERAGE_FLAGS
306306
307307
- name: Print test stats
308308
if: success() || failure()

0 commit comments

Comments
 (0)