Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbayer committed Oct 16, 2024
1 parent 48318cf commit 7acdc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-server/src/services/buffer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ mod tests {
)))
.unwrap();

let outcome = tokio::time::timeout(Duration::from_secs(5), outcome_aggregator_rx.recv())
let outcome = tokio::time::timeout(Duration::from_secs(10), outcome_aggregator_rx.recv())
.await
.unwrap()
.unwrap();
Expand Down

0 comments on commit 7acdc6b

Please sign in to comment.