From 5124566e68b7f9ab392ad1c8cb05320b72d39d21 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Thu, 21 Sep 2023 18:59:05 +0200 Subject: [PATCH] CI: Raise timeouts for watch tests (#2778) Pull request: https://github.com/com-lihaoyi/mill/pull/2778 --- .../watch-source-input/test/src/WatchSourceInputTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/feature/watch-source-input/test/src/WatchSourceInputTests.scala b/integration/feature/watch-source-input/test/src/WatchSourceInputTests.scala index 0668d792ed1..3fc1886e537 100644 --- a/integration/feature/watch-source-input/test/src/WatchSourceInputTests.scala +++ b/integration/feature/watch-source-input/test/src/WatchSourceInputTests.scala @@ -20,7 +20,7 @@ import scala.concurrent.ExecutionContext.Implicits.global */ object WatchSourceInputTests extends IntegrationTestSuite { - val maxDuration = 30000 + val maxDuration = 60000 val tests = Tests { val wsRoot = initWorkspace()