We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be363d0 commit b13e81dCopy full SHA for b13e81d
Makefile
@@ -10,7 +10,7 @@ test:
10
11
.PHONY: integration-test
12
integration-test:
13
- @PGSTREAM_INTEGRATION_TESTS=true go test -timeout 90s github.com/xataio/pgstream/pkg/stream/integration
+ @PGSTREAM_INTEGRATION_TESTS=true go test -timeout 180s github.com/xataio/pgstream/pkg/stream/integration
14
15
.PHONY: license-check
16
license-check:
0 commit comments