Skip to content

Commit

Permalink
Increase memory limit for zipkin testbed test (#7530)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Feb 2, 2022
1 parent 3e098fd commit 858ab33
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 @@ -118,7 +118,7 @@ func TestTrace10kSPS(t *testing.T) {
datareceivers.NewZipkinDataReceiver(testbed.GetAvailablePort(t)),
testbed.ResourceSpec{
ExpectedMaxCPU: 80,
ExpectedMaxRAM: 100,
ExpectedMaxRAM: 120,
},
},
}
Expand Down

0 comments on commit 858ab33

Please sign in to comment.