We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0125b46 commit fead3d3Copy full SHA for fead3d3
project/Build.scala
@@ -1334,7 +1334,7 @@ object Build {
1334
val downloadProcess = (new java.net.URL(inkuireLink) #> inkuireDestinationFile).run()
1335
val result: Future[Int] = Future(blocking(downloadProcess.exitValue()))
1336
val res = try {
1337
- Await.result(result, duration.Duration(20, "sec"))
+ Await.result(result, duration.Duration(60, "sec"))
1338
} catch {
1339
case _: TimeoutException =>
1340
downloadProcess.destroy()
0 commit comments