Skip to content

Commit

Permalink
Increase CPU threshold on testbed scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Apr 16, 2021
1 parent 86429e9 commit 2c9cbe5
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 @@ -41,7 +41,7 @@ func TestLog10kDPS(t *testing.T) {
sender: testbed.NewOTLPLogsDataSender(testbed.DefaultHost, testbed.GetAvailablePort(t)),
receiver: testbed.NewOTLPDataReceiver(testbed.GetAvailablePort(t)),
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 30,
ExpectedMaxCPU: 35,
ExpectedMaxRAM: 82,
},
},
Expand Down

0 comments on commit 2c9cbe5

Please sign in to comment.