Skip to content

Commit

Permalink
EPMDJ-2613 fixed bugs & improved ws error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKey committed May 8, 2020
1 parent a424127 commit 5d9bfda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ val coroutinesVersion = "1.3.5"

val drillJvmApiLibVersion = "0.4.1"

val drillApiVersion = "0.5.0-44"
val drillApiVersion = "0.5.0"

val drillAgentCoreVersion = "0.5.0-48"
val drillAgentCoreVersion = "0.5.0-49"

val drillLogger = "0.1.2"

val drillTransportLibVerison = "0.2.1"
val drillTransportLibVerison = "0.2.3"

val uuidVersion = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import kotlin.native.concurrent.*

@SharedImmutable
private val logger = KotlinLogging.logger("WebApp")
internal const val waitingTimeout: Long = 90000 //move to config or admin
internal const val waitingTimeout: Long = 1500000 //move to config or admin

@Suppress("UNUSED_PARAMETER", "unused")
@CName("Java_com_epam_drill_agent_classloading_WebContainerSource_webAppStarted")
Expand Down

0 comments on commit 5d9bfda

Please sign in to comment.