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 bca446d commit 52f3f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-stress/Test/Stress/Driver.hs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ servers = [
, componentPort = 50001
, componentSecure = True
, componentStable = False
, componentLimit = Just 40
, componentLimit = Just 80
, componentName = "server-unstable-secure"
}
, Component {
Expand All @@ -280,7 +280,7 @@ servers = [
, componentPort = 50003
, componentSecure = True
, componentStable = True
, componentLimit = Just 40
, componentLimit = Just 20
, componentName = "server-stable-secure"
}
]
Expand Down

0 comments on commit 52f3f50

Please sign in to comment.