upleb.uk

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

summaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
Diffstat (limited to 'test_utils')
-rw-r--r--test_utils/Cargo.toml2
-rw-r--r--test_utils/src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml
index ff07b45..0c7ef09 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -10,7 +10,7 @@ dialoguer = "0.10.4"
10directories = "5.0.1" 10directories = "5.0.1"
11futures = "0.3.28" 11futures = "0.3.28"
12git2 = "0.18.1" 12git2 = "0.18.1"
13nostr = "0.34.0" 13nostr = "0.34.1"
14nostr-database = "0.34.0" 14nostr-database = "0.34.0"
15nostr-sdk = "0.34.0" 15nostr-sdk = "0.34.0"
16nostr-sqlite = "0.34.0" 16nostr-sqlite = "0.34.0"
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