Increase timeouts
This commit is contained in:
parent
bbe41e04a2
commit
57b4c08731
|
@ -8,7 +8,7 @@ tk.reset()
|
|||
describe("redlockImpl", () => {
|
||||
describe("doWithLock", () => {
|
||||
const config = new DBTestConfiguration()
|
||||
const lockTtl = 25
|
||||
const lockTtl = 50
|
||||
|
||||
function runLockWithExecutionTime({
|
||||
opts,
|
||||
|
|
Loading…
Reference in New Issue