Skip to content

Commit

Permalink
Increase timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Dec 5, 2023
1 parent 22a5d30 commit a7877cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class IncHandler(directory: Path, cacheDir: Path, scriptedLog: ManagedLogger, co
run: IncState => Future[Unit]
): IncState = {
val instance = i.getOrElse(onNewIncState(p))
try Await.result(run(instance), 60.seconds)
try Await.result(run(instance), 600.seconds)
catch {
case NonFatal(e) =>
instance.compilations.clear()
Expand Down

0 comments on commit a7877cf

Please sign in to comment.