aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/src/common.rs
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-01-03 14:52:39 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-01-03 14:52:39 +0200
commit4f80ddfccc4339b12c97648a1a00b72b4dfa3ef0 (patch)
tree0601f56243010ac526af073fde500a679b47db43 /log_db/src/common.rs
parent6caaac539308dd56b669c39c9665806e6ead6112 (diff)
Stabilize multithread tests
Diffstat (limited to 'log_db/src/common.rs')
-rw-r--r--log_db/src/common.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/log_db/src/common.rs b/log_db/src/common.rs
index f20e501..4be2b39 100644
--- a/log_db/src/common.rs
+++ b/log_db/src/common.rs
@@ -799,7 +799,7 @@ pub fn ensure_active_metadata_is_valid(
}
}
-const LOCK_WAIT_MAX_MS: u64 = 100;
+const LOCK_WAIT_MAX_MS: u64 = 1000;
#[derive(Error, Debug)]
pub enum LockRequestError {