Skip to content

Commit

Permalink
fix sideeffects/reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Aug 24, 2023
1 parent 5382eb2 commit b529814
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def initialize(info = {})
# the webserver doesn't die, but certain requests no longer respond before a timeout
# when things go poorly
'Stability' => [CRASH_SERVICE_DOWN],
'Reliability' => [IOC_IN_LOGS],
'SideEffects' => [REPEATABLE_SESSION]
'Reliability' => [REPEATABLE_SESSION],
'SideEffects' => [IOC_IN_LOGS]
}
)
)
Expand Down

0 comments on commit b529814

Please sign in to comment.