Skip to content

Commit

Permalink
fix test. minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Wu committed Oct 5, 2017
1 parent c665b42 commit 9092eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/transactions/write_prepared_transaction_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ TEST_P(WritePreparedTransactionTest, CompactionShouldKeepSnapshotVisibleKeys) {
TEST_P(WritePreparedTransactionTest,
CompactionShouldKeepSnapshotVisibleKeysRandomized) {
constexpr size_t kNumTransactions = 10;
constexpr size_t kNumIterations = 15;
constexpr size_t kNumIterations = 1000;

std::vector<Transaction*> transactions(kNumTransactions, nullptr);
std::vector<size_t> versions(kNumTransactions, 0);
Expand Down

0 comments on commit 9092eeb

Please sign in to comment.