Skip to content

Commit 2a354ab

Browse files
authored
Bump the CPU Threshold after several violations (#120)
1 parent 5d89f4c commit 2a354ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soak-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
AWS_DEFAULT_REGION: us-east-1
2323
DEFAULT_TEST_DURATION_MINUTES: 300
2424
HOSTMETRICS_INTERVAL_SECS: 600
25-
CPU_LOAD_THRESHOLD: 40
25+
CPU_LOAD_THRESHOLD: 45
2626
TOTAL_MEMORY_THRESHOLD: 4294967296 # 4 GiB
2727
MAX_BENCHMARKS_TO_KEEP: 100
2828
# TODO: We might be able to adapt the "Soak Tests" to be "Overhead Tests".

0 commit comments

Comments
 (0)