Skip to content

Commit

Permalink
test(storage): reduce iterations in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Nov 5, 2021
1 parent 6f47d5b commit 3fae374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/storage/tests/thread_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ TEST_F(ThreadIntegrationTest, Unshared) {
ASSERT_STATUS_OK(meta);
EXPECT_EQ(bucket_name, meta->name());

// Just a comment to trigger a build.
auto constexpr kObjectCount = 2000;
std::vector<std::string> objects(kObjectCount);
std::generate(objects.begin(), objects.end(),
Expand Down

0 comments on commit 3fae374

Please sign in to comment.