Skip to content

Commit

Permalink
expand timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 30, 2024
1 parent 82669a5 commit e8637be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ pub async fn find_note(
debug!("finding note(s) with filters: {:?}", filters);

let mut streamed_events = client
.stream_events(filters, Some(std::time::Duration::from_millis(800)))
.stream_events(filters, Some(std::time::Duration::from_millis(2000)))
.await?;

while let Some(event) = streamed_events.next().await {
Expand Down

0 comments on commit e8637be

Please sign in to comment.