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