We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3075cf3 + f3db905 commit 4047849Copy full SHA for 4047849
modelql-client/src/jvmTest/kotlin/org/modelix/modelql/client/HtmlBuilderTest.kt
@@ -50,7 +50,7 @@ import kotlin.time.Duration.Companion.seconds
50
51
class HtmlBuilderTest {
52
private fun runTest(block: suspend (HttpClient) -> Unit) = testApplication {
53
- withTimeout(3.seconds) {
+ withTimeout(10.seconds) {
54
application {
55
val tree = CLTree(ObjectStoreCache(MapBaseStore()))
56
val branch = PBranch(tree, IdGenerator.getInstance(1))
0 commit comments