Skip to content

Commit

Permalink
Bump TestTraceNoBackend10kSPS CPI limits (open-telemetry#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan authored Apr 13, 2021
1 parent b428785 commit 99261fe
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 @@ -167,7 +167,7 @@ func TestTraceNoBackend10kSPS(t *testing.T) {
testbed.NewOTLPTraceDataSender(testbed.DefaultHost, testbed.GetAvailablePort(t)),
testbed.NewOTLPDataReceiver(testbed.GetAvailablePort(t)),
testbed.ResourceSpec{
ExpectedMaxCPU: 50,
ExpectedMaxCPU: 60,
ExpectedMaxRAM: testConf.ExpectedMaxRAM,
},
performanceResultsSummary,
Expand Down

0 comments on commit 99261fe

Please sign in to comment.