Skip to content

Commit

Permalink
Cherry pick PR #781: Update Evergreen storage NPLB test to require 64…
Browse files Browse the repository at this point in the history
…MB (#1045)

Refer to the original PR: #781

The Evergreen storage requirement for kSbSystemPathStorageDirectory is
reduced from 96MB to 64MB in the 2024 Hardware Requirements.

b/256898791

Change-Id: I3ce6dacbf4a6094935f50db2fc129de0b109aef4

Co-authored-by: Holden Warriner <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and hlwarriner authored Jul 26, 2023
1 parent 6f0afc7 commit c826cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/nplb/nplb_evergreen_compat_tests/storage_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace nplb_evergreen_compat_tests {
namespace {

const char kFileName[] = "test_file.data";
const size_t kBufSize = 96 * 1024 * 1024; // 96 MB
const size_t kBufSize = 64 * 1024 * 1024; // 64 MB

class StorageTest : public ::testing::Test {
protected:
Expand Down

0 comments on commit c826cb8

Please sign in to comment.