mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-02 13:23:11 +00:00
Increase test timeout
This commit is contained in:
parent
f8b673c008
commit
a97d2ea74c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -19,9 +19,6 @@ jobs:
|
||||
go-version: '1.23'
|
||||
cache: true
|
||||
|
||||
- name: Install gotestsum
|
||||
run: go install gotest.tools/gotestsum@latest
|
||||
|
||||
- name: Install gomock (for code generation)
|
||||
run: go install go.uber.org/mock/mockgen@latest
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ test:
|
||||
|
||||
test-integration:
|
||||
@echo "Running tests..."
|
||||
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go test -v -tags=codex_integration ./communities -run Integration -timeout 15s
|
||||
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go test -v -tags=codex_integration ./communities -run Integration -timeout 60s
|
||||
|
||||
coverage:
|
||||
@echo "Running unit tests with coverage..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user