diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-28 22:27:19 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-28 22:27:19 +0100 |
| commit | 23c5aadae9b4dc53f00e58f9b0728048c45843a8 (patch) | |
| tree | 7804f7534b9064f7dc5bd1a7f57a05c72a9ffe69 /test_utils/src/lib.rs | |
| parent | a5216602749bff55c2773acce098c91942cd3920 (diff) | |
chore: bump rust-nostr to v0.34.1
this fixed an efficency thing which meant we needed to increase
a timeout during the update which is reverted int his commit. see:
nostr:nevent1qvzqqqqx25pzpgqgmmc409hm4xsdd74sf68a2uyf9pwel4g9mfdg8l5244t6x4jdqy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcqyqg5lfwhruw4qjpnlzq0tct0swnuj9dvavz8gsq8npuyygznstw36882alm
Diffstat (limited to 'test_utils/src/lib.rs')
| -rw-r--r-- | test_utils/src/lib.rs | 2 |
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 | ||