Skip to content

Commit 75ff2d2

Browse files
nyuichieldesh
authored andcommitted
longer timeout
1 parent 78314c6 commit 75ff2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@ mod tests {
20922092
let _events = docker.events(None, None, None).unwrap();
20932093
}
20942094
});
2095-
std::thread::sleep(std::time::Duration::from_secs(60));
2095+
std::thread::sleep(std::time::Duration::from_secs(120));
20962096
assert_eq!(count.load(Ordering::Relaxed), 1001);
20972097
}
20982098
}

0 commit comments

Comments
 (0)