Skip to content

Commit

Permalink
Adjust mem-usage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Sep 1, 2022
1 parent ec4740e commit 39b45ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ duplicateFlaggedDependencies name =
mkTest pkgs name ["A"] $ solverSuccess [("A", 1), ("B", 1)]
where
copies, depth :: Int
copies = 15
depth = 15
copies = 2
depth = 2

pkgs :: ExampleDb
pkgs = [
Expand Down

0 comments on commit 39b45ff

Please sign in to comment.