Skip to content

Commit

Permalink
try to unflake
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbayer committed Nov 26, 2024
1 parent e8ee1cf commit d4cfdbb
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 @@ -957,7 +957,7 @@ mod tests {
buffer2.addr().send(EnvelopeBuffer::Push(envelope2));

// Wait for processing
tokio::time::sleep(Duration::from_millis(100)).await;
tokio::time::sleep(Duration::from_secs(1)).await;

// Verify both envelopes were received
let mut received = vec![];
Expand Down

0 comments on commit d4cfdbb

Please sign in to comment.