slow init of lmdb in DurableDataSpe, #22082
This commit is contained in:
parent
49cf7afc68
commit
1a732fba71
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ final case class DurableDataSpecConfig(writeBehind: Boolean) extends MultiNodeCo
|
||||||
map-size = 10 MiB
|
map-size = 10 MiB
|
||||||
write-behind-interval = ${if (writeBehind) "200ms" else "off"}
|
write-behind-interval = ${if (writeBehind) "200ms" else "off"}
|
||||||
}
|
}
|
||||||
akka.test.single-expect-default = 5s
|
# initialization of lmdb can be very slow in CI environment
|
||||||
|
akka.test.single-expect-default = 15s
|
||||||
"""))
|
"""))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue