Skip to content

Commit

Permalink
Increase memory limit for TestTraceNoBackend10kSPS (open-telemetry#2538)
Browse files Browse the repository at this point in the history
The test is very close to the limit (e.g. 149MB) or exceeds it and fails.
Bumping the limits to make sure it succeeds.
  • Loading branch information
tigrannajaryan authored Feb 24, 2021
1 parent 49d0b61 commit 4ab3625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/tests/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func TestTraceNoBackend10kSPS(t *testing.T) {
{
Name: "NoMemoryLimit",
Processor: noLimitProcessors,
ExpectedMaxRAM: 150,
ExpectedMaxRAM: 170,
ExpectedMinFinalRAM: 100,
},
{
Expand Down

0 comments on commit 4ab3625

Please sign in to comment.