Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Żarnowski committed Sep 30, 2019
1 parent 339399a commit 93c3aaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private[debug] final class RemoteServer(
}
}

response.onTimeout(30, TimeUnit.SECONDS)(logTimeout(endpoint)).asJava
response.onTimeout(60, TimeUnit.SECONDS)(logTimeout(endpoint)).asJava
}

private def logTimeout(endpoint: String): Unit = {
Expand Down

0 comments on commit 93c3aaa

Please sign in to comment.