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 d4b0d67 commit 8d79178Copy full SHA for 8d79178
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