Skip to content

Commit

Permalink
Align Memory limit for TestTrace10kSPS with core (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh4 committed Oct 2, 2020
1 parent 3e3299c commit 73a95ea
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 @@ -47,7 +47,7 @@ func TestTrace10kSPS(t *testing.T) {
testbed.NewOCDataReceiver(testbed.GetAvailablePort(t)),
testbed.ResourceSpec{
ExpectedMaxCPU: 39,
ExpectedMaxRAM: 70,
ExpectedMaxRAM: 82,
},
},
{
Expand Down

0 comments on commit 73a95ea

Please sign in to comment.