Skip to content

Commit

Permalink
more time (circleci)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Apr 14, 2019
1 parent ec729ef commit 0b9add0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 14.0) "basic performance #2036" <| fun _ ->
Fake.ContextHelper.fakeContextTestCaseAssertTime (TimeSpan.FromSeconds 18.0) "basic performance #2036" <| fun _ ->
let counter = 2500
CoreTracing.setTraceListeners [] // silence
let all_Pipelines = Dictionary<string,TestTarget>(System.StringComparer.OrdinalIgnoreCase :> IEqualityComparer<string>)
Expand Down Expand Up @@ -80,7 +80,7 @@ let tests =
//Target.printDependencyGraph true "Run.1"
Target.runOrDefaultWithArguments "Run.1"

Fake.ContextHelper.fakeContextTestCaseAssertTime (TimeSpan.FromSeconds 10.0) "basic performance (1)" <| fun _ ->
Fake.ContextHelper.fakeContextTestCaseAssertTime (TimeSpan.FromSeconds 13.0) "basic performance (1)" <| fun _ ->
let counter = 5000
CoreTracing.setTraceListeners [] // silence
Target.create "A" ignore
Expand Down

0 comments on commit 0b9add0

Please sign in to comment.