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 9ad6113 commit ecdab9d
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 = 10
depth = 10

pkgs :: ExampleDb
pkgs = [
Expand Down

0 comments on commit ecdab9d

Please sign in to comment.