Skip to content

Commit b13e81d

Browse files
committed
Increase integration tests timeout
1 parent be363d0 commit b13e81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test:
1010

1111
.PHONY: integration-test
1212
integration-test:
13-
@PGSTREAM_INTEGRATION_TESTS=true go test -timeout 90s github.com/xataio/pgstream/pkg/stream/integration
13+
@PGSTREAM_INTEGRATION_TESTS=true go test -timeout 180s github.com/xataio/pgstream/pkg/stream/integration
1414

1515
.PHONY: license-check
1616
license-check:

0 commit comments

Comments
 (0)