Skip to content

Commit

Permalink
increase timeout slightly because of circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Apr 14, 2019
1 parent 14b4471 commit 9021f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/Fake.Core.UnitTests/Fake.Core.Target.fs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module TestTarget =
let tests =
testList "Fake.Core.Target.Tests" (
[
Fake.ContextHelper.fakeContextTestCaseAssertTime (TimeSpan.FromSeconds 13.0) "basic performance #2036" <| fun _ ->
Fake.ContextHelper.fakeContextTestCaseAssertTime (TimeSpan.FromSeconds 14.0) "basic performance #2036" <| fun _ ->
let counter = 2500
CoreTracing.setTraceListeners [] // silence
let all_Pipelines = Dictionary<string,TestTarget>(System.StringComparer.OrdinalIgnoreCase :> IEqualityComparer<string>)
Expand Down

0 comments on commit 9021f60

Please sign in to comment.