Update StartupLaunchingTests.kt

This commit is contained in:
InsanusMokrassar 2022-12-07 11:39:45 +06:00 committed by GitHub
parent c395242e3e
commit 36d73d5023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ class StartupLaunchingTests {
fun resetGlobalKoinContext() {
kotlin.runCatching { GlobalContext.stopKoin() }
}
@Test(timeout = 1000L)
@Test(timeout = 60000L)
fun CheckThatEmptyPluginsListLeadsToEndOfMain() {
val emptyJson = defaultJson.encodeToJsonElement(
Config.serializer(),
@ -29,7 +29,7 @@ class StartupLaunchingTests {
job.join()
}
}
@Test(timeout = 1000L)
@Test(timeout = 60000L)
fun CheckThatHelloWorldPluginsListLeadsToEndOfMain() {
val emptyJson = defaultJson.encodeToJsonElement(
Config.serializer(),