We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a7cec commit bafbedcCopy full SHA for bafbedc
src/test/Fake.Core.IntegrationTests/Main.fs
@@ -8,7 +8,7 @@ open System
8
9
[<EntryPoint>]
10
let main argv =
11
- let config = defaultConfig |> ExpectoHelpers.addTimeout (TimeSpan.FromMinutes(20.))
+ let config = defaultConfig |> ExpectoHelpers.addTimeout (TimeSpan.FromMinutes(25.))
12
13
Tests.runTestsInAssembly
14
{ config with
0 commit comments