Skip to content

Commit 655c686

Browse files
committed
test: increased timeout
1 parent 2733cd1 commit 655c686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernelf-editor/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ kotlin {
2929
browser {
3030
testTask {
3131
useMocha {
32-
timeout = "60s"
32+
timeout = "120s"
3333
}
3434
}
3535
}
3636
binaries.library()
3737
nodejs {
3838
testTask {
3939
useMocha {
40-
timeout = "60s"
40+
timeout = "120s"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)