Skip to content

Commit

Permalink
Improved output from nunit console runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Mar 6, 2016
1 parent 31dcacd commit 877aec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Target "NUnit" (fun _ ->
!! "tests/**/bin/Release/*NUnit.Test.dll"
|> NUnit3 (fun p ->
{ p with
Labels = LabelsLevel.All
TimeOut = TimeSpan.FromMinutes 20.})
)

Expand Down

0 comments on commit 877aec6

Please sign in to comment.