Skip to content

Commit

Permalink
Hack! Loosen mem-usage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Sep 21, 2022
1 parent 8963b1f commit c20b82d
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 c20b82d

Please sign in to comment.