Skip to content

Commit

Permalink
Merge remote-tracking branch 'gh/wip-7329' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Sage Weil committed Feb 9, 2014
2 parents 270714d + 575566b commit 39b393d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/librados/tier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ TEST(LibRadosTier, FlushWriteRaces) {
completion2->release();
}

int tries = 10;
int tries = 1000;
do {
// create/dirty object
{
Expand Down Expand Up @@ -1704,7 +1704,7 @@ TEST(LibRadosTier, FlushTryFlushRaces) {
}

// create/dirty object
int tries = 10;
int tries = 1000;
do {
{
bufferlist bl;
Expand Down

0 comments on commit 39b393d

Please sign in to comment.