From e190bd36fc73cf6d1784a79eaabef43b894f0fc0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 17:36:54 +0000 Subject: [PATCH] test: polish postgres wait comment --- tests/runner/src/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }