Skip to content

Commit

Permalink
Try increasing the integration tests timeout to 25 minutes to see if …
Browse files Browse the repository at this point in the history
…it gets the macOS CI runs completing
  • Loading branch information
Numpsy authored and xperiandri committed Jul 11, 2024
1 parent d4b0d67 commit 8d79178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/Fake.Core.IntegrationTests/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open System

[<EntryPoint>]
let main argv =
let config = defaultConfig |> ExpectoHelpers.addTimeout (TimeSpan.FromMinutes(20.))
let config = defaultConfig |> ExpectoHelpers.addTimeout (TimeSpan.FromMinutes(25.))

Tests.runTestsInAssembly
{ config with
Expand Down

0 comments on commit 8d79178

Please sign in to comment.