Skip to content

Commit

Permalink
Increase memory limit for TestTraceNoBackend10kSPS
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 23, 2021
1 parent 49d0b61 commit f36a9fa
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 f36a9fa

Please sign in to comment.