Skip to content

Commit f3db905

Browse files
committed
test: increased timeout in HtmlBuilderTest
The timeout was a bit tight for execution on github actions and failed sometimes.
1 parent 3075cf3 commit f3db905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelql-client/src/jvmTest/kotlin/org/modelix/modelql/client/HtmlBuilderTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import kotlin.time.Duration.Companion.seconds
5050

5151
class HtmlBuilderTest {
5252
private fun runTest(block: suspend (HttpClient) -> Unit) = testApplication {
53-
withTimeout(3.seconds) {
53+
withTimeout(10.seconds) {
5454
application {
5555
val tree = CLTree(ObjectStoreCache(MapBaseStore()))
5656
val branch = PBranch(tree, IdGenerator.getInstance(1))

0 commit comments

Comments
 (0)