Skip to content

Commit 37f8396

Browse files
authored
Increase timeout for client_callbacks test (#229)
From 10ms to 50ms Jack is too slow to load properties in 10ms. The properties are loaded using Berkeley DB, probably why
1 parent 49d9ad1 commit 37f8396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/properties.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ mod metadata {
481481

482482
#[test]
483483
fn client_callbacks() {
484-
let timeout = std::time::Duration::from_millis(10);
484+
let timeout = std::time::Duration::from_millis(50);
485485
let prop1 = Property::new("foo", None);
486486
let prop2 = Property::new(
487487
"http://churchofrobotron.com/2084",

0 commit comments

Comments
 (0)