We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b73243 commit b4184a7Copy full SHA for b4184a7
.github/workflows/push.yml
@@ -53,14 +53,14 @@ jobs:
53
run: go test -v . ./internal/...
54
55
- name: Run FUSE tests
56
- run: go test -v -p 1 -timeout 5m ./fuse -long -journal-mode ${{ matrix.journal_mode }}
+ run: go test -v -p 1 -timeout 10m ./fuse -long -journal-mode ${{ matrix.journal_mode }}
57
timeout-minutes: 5
58
59
- name: Start consul in dev mode
60
run: consul agent -dev &
61
62
- name: Run cmd tests
63
- run: go test -v -p 1 -timeout 5m ./cmd/litefs -journal-mode ${{ matrix.journal_mode }}
+ run: go test -v -p 1 -timeout 10m ./cmd/litefs -journal-mode ${{ matrix.journal_mode }}
64
65
66
functional:
0 commit comments