We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccc4103 + 9bef5aa commit f244be1Copy full SHA for f244be1
p2p/p2p-test-utils/src/lib.rs
@@ -115,7 +115,7 @@ impl P2pBasicTestTimeGetter {
115
}
116
117
/// A timeout for blocking calls.
118
-pub const LONG_TIMEOUT: Duration = Duration::from_secs(120);
+pub const LONG_TIMEOUT: Duration = Duration::from_secs(600);
119
/// A short timeout for events that shouldn't occur.
120
pub const SHORT_TIMEOUT: Duration = Duration::from_millis(500);
121
0 commit comments