Skip to content

Commit

Permalink
change to 1 min
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 29, 2024
1 parent 5d583c3 commit 1b8d2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/congen.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func cleanPostgres(conn *pgx.Conn, suffix string) error {
// drop all open slots with the given suffix
ticker := time.NewTicker(10 * time.Second)
defer ticker.Stop()
deadline := time.Now().Add(2 * time.Minute)
deadline := time.Now().Add(1 * time.Minute)
for {
_, err := conn.Exec(
context.Background(),
Expand Down

0 comments on commit 1b8d2f9

Please sign in to comment.