Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
ronycsdu committed Nov 13, 2024
1 parent ec4c838 commit a6a0648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-helpers/src/docker_compose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ pub static IMAGE_WAITERS: [Image; 13] = [
name: "bitnami/valkey:7.2.5",
log_regex_to_wait_for: r"Ready to accept connections",
timeout: Duration::from_secs(120),
},
},
Image {
name: "bitnami/valkey-cluster:7.2.5",
//`Cluster state changed` is created by the node services
//`Cluster correctly created` is created by the init service
log_regex_to_wait_for: r"Cluster state changed|Cluster correctly created",
timeout: Duration::from_secs(120),
},
},
Image {
name: "bitnami/cassandra:4.0.6",
log_regex_to_wait_for: r"Startup complete",
Expand Down

0 comments on commit a6a0648

Please sign in to comment.