refs #5671 increase join_timeout default to 1h

git-svn-id: file:///svn/toku/tokudb@50320 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:01:18 -04:00 committed by Yoni Fogel
parent a6d4ee723c
commit c69b88af16

View file

@ -1935,7 +1935,7 @@ static struct cli_args UU() get_default_args(void) {
.num_elements = 150000,
.num_DBs = 1,
.num_seconds = 180,
.join_timeout = 600,
.join_timeout = 3600,
.only_create = false,
.only_stress = false,
.update_broadcast_period_ms = 2000,