Skip to content

Commit

Permalink
fix: wrong resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 29, 2022
1 parent 91896d4 commit 18f86e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wait/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func ForSQL(port nat.Port, driver string, url func(string, nat.Port) string) *wa
Driver: driver,
// Not using the default duration here because it is too low. It will never work
startupTimeout: 20 * time.Second,
PollInterval: defaultPollInterval(),
PollInterval: time.Second * 1,
query: defaultForSqlQuery,
}
}
Expand Down

0 comments on commit 18f86e4

Please sign in to comment.