Skip to content

Commit f244be1

Browse files
Merge pull request #1271 from mintlayer/fix/longer_timeout
Longer timeout for p2p tests to accomodate raspberry pi
2 parents ccc4103 + 9bef5aa commit f244be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/p2p-test-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl P2pBasicTestTimeGetter {
115115
}
116116

117117
/// A timeout for blocking calls.
118-
pub const LONG_TIMEOUT: Duration = Duration::from_secs(120);
118+
pub const LONG_TIMEOUT: Duration = Duration::from_secs(600);
119119
/// A short timeout for events that shouldn't occur.
120120
pub const SHORT_TIMEOUT: Duration = Duration::from_millis(500);
121121

0 commit comments

Comments
 (0)