Skip to content

Commit 525ef8f

Browse files
authored
Increase points to alarm for memory usage poll (#94)
1 parent a49aa48 commit 525ef8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker-performance-tests/alarms-poller/poll_during_performance_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# AWS Client API Constants
2020

2121
COMMON_ALARM_API_PARAMETERS = {
22-
"EvaluationPeriods": 4,
23-
"DatapointsToAlarm": 3,
22+
"EvaluationPeriods": 5,
23+
"DatapointsToAlarm": 5,
2424
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
2525
"TreatMissingData": "ignore",
2626
}

0 commit comments

Comments
 (0)