upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/test_utils/src
diff options
context:
space:
mode:
Diffstat (limited to 'test_utils/src')
-rw-r--r--test_utils/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs
index 12cadeb..deff86e 100644
--- a/test_utils/src/lib.rs
+++ b/test_utils/src/lib.rs
@@ -1370,7 +1370,7 @@ fn get_first_proposal_event_id() -> Result<nostr::EventId> {
1370 vec!["root"], 1370 vec!["root"],
1371 ), 1371 ),
1372 ], 1372 ],
1373 nostr_sdk::EventSource::relays(Some(Duration::from_millis(1000))), 1373 nostr_sdk::EventSource::relays(Some(Duration::from_millis(500))),
1374 ))?; 1374 ))?;
1375 Handle::current().block_on(client.disconnect())?; 1375 Handle::current().block_on(client.disconnect())?;
1376 1376