Skip to content

Commit 636c911

Browse files
committed
Increase timeout for postgres tests
1 parent cf05b46 commit 636c911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
env:
8989
GOCOUNT: ${{ github.event.inputs.iterationCount || 10 }}
9090
run: DB=true gotestsum --junitfile="gotests.xml" --packages="./..." --
91-
-covermode=atomic -coverprofile="gotests.coverage" -timeout=15m
91+
-covermode=atomic -coverprofile="gotests.coverage" -timeout=30m
9292
-count=$GOCOUNT -race -parallel=2 -failfast
9393

9494
- name: Upload DataDog Trace

0 commit comments

Comments
 (0)