Skip to content

Commit

Permalink
updating expectd ram usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Azfaar Qureshi committed Dec 17, 2020
1 parent 0868bc4 commit 82e0cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/tests/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestLog10kDPS(t *testing.T) {
receiver: testbed.NewOTLPDataReceiver(testbed.GetAvailablePort(t)),
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 50,
ExpectedMaxRAM: 150,
ExpectedMaxRAM: 155,
},
extensions: flw.Extensions(),
},
Expand Down

0 comments on commit 82e0cdf

Please sign in to comment.