Skip to content

Commit

Permalink
Bump up RDBBtree unit test retry limit to fix #3805 and probabl #2042.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mewes committed Feb 20, 2015
1 parent dc1ba67 commit 13b58f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unittest/rdb_btree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "unittest/unittest_utils.hpp"

#define TOTAL_KEYS_TO_INSERT 1000
#define MAX_RETRIES_FOR_SINDEX_POSTCONSTRUCT 5
#define MAX_RETRIES_FOR_SINDEX_POSTCONSTRUCT 20

namespace unittest {

Expand Down

0 comments on commit 13b58f0

Please sign in to comment.