Skip to content

Commit

Permalink
WIP Stress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FinleyMcIlwaine committed Oct 17, 2024
1 parent 52f3f50 commit 6183af5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions grapesy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,10 @@ executable demo-client
, contra-tracer >= 0.2 && < 0.3
, exceptions >= 0.10 && < 0.11
, network >= 3.2.4 && < 3.3
, optparse-applicative >= 0.16 && < 0.19
, proto-lens-runtime >= 0.7 && < 0.8
, text >= 1.2 && < 2.2
, transformers >= 0.5 && < 0.7
, optparse-applicative >= 0.16 && < 0.19
, proto-lens-runtime >= 0.7 && < 0.8
, text >= 1.2 && < 2.2
, transformers >= 0.5 && < 0.7

if !flag(build-demo)
buildable:
Expand Down
2 changes: 1 addition & 1 deletion test-stress/Test/Stress/Driver.hs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ servers = [
, componentPort = 50003
, componentSecure = True
, componentStable = True
, componentLimit = Just 20
, componentLimit = Just 80
, componentName = "server-stable-secure"
}
]
Expand Down

0 comments on commit 6183af5

Please sign in to comment.