Skip to content

Commit 0c01fb8

Browse files
author
Oleksandr Dzhychko
committed
build(model-server): raise timeout for Ignite test
`IgniteStoreClientParallelTransactionsTest` kept failing in CI with a timeout.
1 parent 147192f commit 0c01fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-server/src/test/kotlin/org/modelix/model/server/IgniteStoreClientParallelTransactionsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class ThreadBlocker {
110110

111111
fun sleepUntil(
112112
checkIntervalMilliseconds: Long = 10,
113-
timeoutMilliseconds: Long = 1000,
113+
timeoutMilliseconds: Long = 5_000,
114114
condition: () -> Boolean,
115115
) {
116116
check(checkIntervalMilliseconds > 0) {

0 commit comments

Comments
 (0)