Skip to content

Commit

Permalink
[chore] Bump the expected max memory for Prometheus load test (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-bradley authored Dec 13, 2024
1 parent 5465f9d commit 165d4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testbed/load/tests/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func TestPrometheusMetric(t *testing.T) {
extendedLoadOptions: ExtendedLoadOptions{
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 70,
ExpectedMaxRAM: 130,
ExpectedMaxRAM: 140,
MaxConsecutiveFailures: 2,
},
loadOptions: &testbed.LoadOptions{
Expand Down

0 comments on commit 165d4f0

Please sign in to comment.