Skip to content

Commit b4184a7

Browse files
committed
ci: Increase test timeouts
1 parent 9b73243 commit b4184a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
run: go test -v . ./internal/...
5454

5555
- name: Run FUSE tests
56-
run: go test -v -p 1 -timeout 5m ./fuse -long -journal-mode ${{ matrix.journal_mode }}
56+
run: go test -v -p 1 -timeout 10m ./fuse -long -journal-mode ${{ matrix.journal_mode }}
5757
timeout-minutes: 5
5858

5959
- name: Start consul in dev mode
6060
run: consul agent -dev &
6161

6262
- name: Run cmd tests
63-
run: go test -v -p 1 -timeout 5m ./cmd/litefs -journal-mode ${{ matrix.journal_mode }}
63+
run: go test -v -p 1 -timeout 10m ./cmd/litefs -journal-mode ${{ matrix.journal_mode }}
6464
timeout-minutes: 5
6565

6666
functional:

0 commit comments

Comments
 (0)