diff --git a/tests/runner/src/util.rs b/tests/runner/src/util.rs index c3ea3a17a9..f9c84d390b 100644 --- a/tests/runner/src/util.rs +++ b/tests/runner/src/util.rs @@ -352,7 +352,7 @@ pub fn setup_pg(pg_port: u16, pg_version: Option<&str>) { } } - // Docker of PostgreSQL starts slowly, so we need to wait for a while. + // PostgreSQL in Docker starts slowly, so we need to wait for a while. std::thread::sleep(Duration::from_secs(10)); }