mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-03 13:50:40 +00:00
test: polish postgres wait comment
This commit is contained in:
committed by
GitHub
parent
1521acd858
commit
e190bd36fc
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user