Skip to content

Commit 34a1049

Browse files
committed
Bump up test timeout
1 parent e5c4e18 commit 34a1049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coder-test-stability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
GOMAXPROCS: ${{ runner.os == 'Windows' && 1 || 2 }}
7474
run: gotestsum --junitfile="gotests.xml" --packages="./..." --
7575
-covermode=atomic -coverprofile="gotests.coverage"
76-
-timeout=3m -count=$GOCOUNT -race -short -failfast
76+
-timeout=15m -count=$GOCOUNT -race -short -failfast
7777

7878
- name: Upload DataDog Trace
7979
if: (success() || failure()) && github.actor != 'dependabot[bot]'
@@ -88,7 +88,7 @@ jobs:
8888
env:
8989
GOCOUNT: ${{ github.event.inputs.iterationCount || 15 }}
9090
run: DB=true gotestsum --junitfile="gotests.xml" --packages="./..." --
91-
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
91+
-covermode=atomic -coverprofile="gotests.coverage" -timeout=15m
9292
-count=$GOCOUNT -race -parallel=2 -failfast
9393

9494
- name: Upload DataDog Trace

0 commit comments

Comments
 (0)