Skip to content

Commit 55eeed3

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #801 from modelix/raise-timeout-for-ignite-tests
build(model-server): raise timeout for Ignite test
2 parents 147192f + 0c01fb8 commit 55eeed3

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)