Skip to content

Commit

Permalink
tests: increase startup timeout to 30sec
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Oct 12, 2023
1 parent 7bb5663 commit 1b1a9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/postgres/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type Config struct {
Image string `env:"POSTGRES_IMAGE,required"`
UpgradeFromImage string `env:"POSTGRES_UPGRADE_FROM_IMAGE,required"`
ArtifactDir string `env:"ARTIFACT_DIR,default="`
WaitForStartTimeout time.Duration `env:"WAIT_FOR_START_TIMEOUT,default=15s"`
WaitForStartTimeout time.Duration `env:"WAIT_FOR_START_TIMEOUT,default=30s"`
WaitForStartInterval time.Duration `env:"WAIT_FOR_START_INTERVAL,default=2s"`
PostgresPort int `env:"POSTGRES_PORT,default=5432"`
ExpectedPostgresVersion string `env:"EXPECTED_POSTGRES_VERSION,required"`
Expand Down

0 comments on commit 1b1a9d3

Please sign in to comment.