Skip to content

Commit

Permalink
sleep between retry
Browse files Browse the repository at this point in the history
  • Loading branch information
makalaaneesh committed Jan 23, 2025
1 parent 309995b commit ff9eb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yb-voyager/test/containers/yugabytedb_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func (yb *YugabyteDBContainer) ExecuteSqls(sqls ...string) {
}) {
break
}
time.Sleep(2 * time.Second)
}
if err != nil {
utils.ErrExit("failed to execute sql: %v", err)
Expand Down

0 comments on commit ff9eb76

Please sign in to comment.