Skip to content

Commit

Permalink
[testbed] Raise CPU limits on filelog tests (#12405)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Jul 15, 2022
1 parent 2933f87 commit 2340705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testbed/tests/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestLog10kDPS(t *testing.T) {
sender: datasenders.NewFileLogWriter(),
receiver: testbed.NewOTLPDataReceiver(testbed.GetAvailablePort(t)),
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 30,
ExpectedMaxCPU: 50,
ExpectedMaxRAM: 120,
},
},
Expand All @@ -66,7 +66,7 @@ func TestLog10kDPS(t *testing.T) {
sender: datasenders.NewFileLogWriter(),
receiver: testbed.NewOTLPDataReceiver(testbed.GetAvailablePort(t)),
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 30,
ExpectedMaxCPU: 50,
ExpectedMaxRAM: 120,
},
extensions: datasenders.NewLocalFileStorageExtension(),
Expand Down

0 comments on commit 2340705

Please sign in to comment.