Skip to content

Commit bafbedc

Browse files
committed
Try increasing the integration tests timeout to 25 minutes to see if it gets the macOS CI runs completing
1 parent f4a7cec commit bafbedc

File tree

1 file changed

+1
-1
lines changed
  • src/test/Fake.Core.IntegrationTests

1 file changed

+1
-1
lines changed

src/test/Fake.Core.IntegrationTests/Main.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ open System
88

99
[<EntryPoint>]
1010
let main argv =
11-
let config = defaultConfig |> ExpectoHelpers.addTimeout (TimeSpan.FromMinutes(20.))
11+
let config = defaultConfig |> ExpectoHelpers.addTimeout (TimeSpan.FromMinutes(25.))
1212

1313
Tests.runTestsInAssembly
1414
{ config with

0 commit comments

Comments
 (0)