We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494d617 commit 856a95fCopy full SHA for 856a95f
rs/state_manager/tests/common/mod.rs
@@ -329,7 +329,7 @@ pub fn modify_encoded_stream_helper<F: FnOnce(StreamSlice) -> Stream>(
329
pub fn wait_for_checkpoint(state_manager: &impl StateManager, h: Height) -> CryptoHashOfState {
330
use std::time::{Duration, Instant};
331
332
- let timeout = Duration::from_secs(100);
+ let timeout = Duration::from_secs(300);
333
let started = Instant::now();
334
while started.elapsed() < timeout {
335
match state_manager.get_state_hash_at(h) {
0 commit comments