Skip to content

Commit 856a95f

Browse files
committed
fix: deflake //rs/state_manager:state_manager_integration
1 parent 494d617 commit 856a95f

File tree

1 file changed

+1
-1
lines changed
  • rs/state_manager/tests/common

1 file changed

+1
-1
lines changed

rs/state_manager/tests/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ pub fn modify_encoded_stream_helper<F: FnOnce(StreamSlice) -> Stream>(
329329
pub fn wait_for_checkpoint(state_manager: &impl StateManager, h: Height) -> CryptoHashOfState {
330330
use std::time::{Duration, Instant};
331331

332-
let timeout = Duration::from_secs(100);
332+
let timeout = Duration::from_secs(300);
333333
let started = Instant::now();
334334
while started.elapsed() < timeout {
335335
match state_manager.get_state_hash_at(h) {

0 commit comments

Comments
 (0)