Skip to content

Commit 4ba0a17

Browse files
committed
test(integration): update wait_tcp to 4 minutes
Signed-off-by: Frank Yang <yangpoan@gmail.com>
1 parent d97d3f3 commit 4ba0a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ mod integration_tests {
790790
async fn wait_tcp(url: &str, process: &mut Child, target: &str) -> Result<()> {
791791
let mut wait_count = 0;
792792
loop {
793-
if wait_count >= 180 {
793+
if wait_count >= 240 {
794794
panic!(
795795
"Ran out of retries waiting for {} to start on URL {}",
796796
target, url

0 commit comments

Comments
 (0)