Skip to content

Commit

Permalink
CI: Raise timeouts for watch tests (#2778)
Browse files Browse the repository at this point in the history
Pull request: #2778
  • Loading branch information
lefou authored Sep 21, 2023
1 parent 06f07c2 commit 5124566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 5124566

Please sign in to comment.