Skip to content

Commit

Permalink
Temp reduce test timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Oct 4, 2024
1 parent 8b2a6a9 commit 9071313
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), 600.seconds)
try Await.result(run(instance), 30.seconds)
catch {
case NonFatal(e) =>
instance.compilations.clear()
Expand Down

0 comments on commit 9071313

Please sign in to comment.