mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-22 16:23:50 +00:00
Update StartupLaunchingTests.kt
This commit is contained in:
parent
c395242e3e
commit
36d73d5023
@ -15,7 +15,7 @@ class StartupLaunchingTests {
|
|||||||
fun resetGlobalKoinContext() {
|
fun resetGlobalKoinContext() {
|
||||||
kotlin.runCatching { GlobalContext.stopKoin() }
|
kotlin.runCatching { GlobalContext.stopKoin() }
|
||||||
}
|
}
|
||||||
@Test(timeout = 1000L)
|
@Test(timeout = 60000L)
|
||||||
fun CheckThatEmptyPluginsListLeadsToEndOfMain() {
|
fun CheckThatEmptyPluginsListLeadsToEndOfMain() {
|
||||||
val emptyJson = defaultJson.encodeToJsonElement(
|
val emptyJson = defaultJson.encodeToJsonElement(
|
||||||
Config.serializer(),
|
Config.serializer(),
|
||||||
@ -29,7 +29,7 @@ class StartupLaunchingTests {
|
|||||||
job.join()
|
job.join()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Test(timeout = 1000L)
|
@Test(timeout = 60000L)
|
||||||
fun CheckThatHelloWorldPluginsListLeadsToEndOfMain() {
|
fun CheckThatHelloWorldPluginsListLeadsToEndOfMain() {
|
||||||
val emptyJson = defaultJson.encodeToJsonElement(
|
val emptyJson = defaultJson.encodeToJsonElement(
|
||||||
Config.serializer(),
|
Config.serializer(),
|
||||||
|
Loading…
Reference in New Issue
Block a user