Skip to content

Commit

Permalink
go mod tidy, extend start period of test containers
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Sep 11, 2024
1 parent 25475d8 commit 12fe090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/conduitio/conduit-connector-sdk v0.10.0
github.com/go-playground/validator/v10 v10.22.0
github.com/golangci/golangci-lint v1.60.3
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/matryer/is v1.4.1
github.com/nats-io/nats.go v1.37.0
Expand Down Expand Up @@ -87,7 +88,6 @@ require (
github.com/golangci/plugin-module-register v0.1.1 // indirect
github.com/golangci/revgrep v0.5.3 // indirect
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/gordonklaus/ineffassign v0.1.0 // indirect
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
github.com/gostaticanalysis/comment v1.4.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
interval: 2s
timeout: 10s
retries: 5
start_period: 30s
start_period: 60s

nats_with_password:
image: nats:2.10.20-alpine3.20
Expand All @@ -19,7 +19,7 @@ services:
interval: 2s
timeout: 10s
retries: 5
start_period: 30s
start_period: 60s
volumes:
- ./configs/server_with_password.conf:/etc/nats/nats-server.conf

Expand All @@ -32,7 +32,7 @@ services:
interval: 2s
timeout: 10s
retries: 5
start_period: 30s
start_period: 60s
volumes:
- ./configs/server_with_token.conf:/etc/nats/nats-server.conf

Expand All @@ -45,6 +45,6 @@ services:
interval: 2s
timeout: 10s
retries: 5
start_period: 30s
start_period: 60s
volumes:
- ./configs/server_with_nkey.conf:/etc/nats/nats-server.conf

0 comments on commit 12fe090

Please sign in to comment.