Skip to content

Commit

Permalink
adapt resource limits
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Oct 10, 2024
1 parent 3c17473 commit c629964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/testbed/load/tests/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ func TestPrometheusMetric(t *testing.T) {
receiver: testbed.NewOTLPDataReceiver(testutil.GetAvailablePort(t)),
extendedLoadOptions: ExtendedLoadOptions{
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 500,
ExpectedMaxRAM: 1000,
ExpectedMaxCPU: 200,
ExpectedMaxRAM: 350,
},
loadOptions: &testbed.LoadOptions{
DataItemsPerSecond: 1,
Expand Down

0 comments on commit c629964

Please sign in to comment.