test: polish postgres wait comment

This commit is contained in:
copilot-swe-agent[bot]
2026-05-26 17:36:54 +00:00
committed by GitHub
parent 1521acd858
commit e190bd36fc

View File

@@ -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));
}