Tests modification for windows CI (#9671)
* Fixing and disabling some tests for windows 10 compatibility. * Few adjustment for windows in tests (eg bigger timeout for keyserver tests) * Spaces and temporary single thread ci (to be able to spot the error).
This commit is contained in:
@@ -345,8 +345,8 @@ pub mod tests {
|
||||
if fully_connected {
|
||||
break;
|
||||
}
|
||||
if time::Instant::now() - start > time::Duration::from_millis(1000) {
|
||||
panic!("connections are not established in 1000ms");
|
||||
if time::Instant::now() - start > time::Duration::from_millis(3000) {
|
||||
panic!("connections are not established in 3000ms");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user