diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2015-01-13 11:52:13 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-01-18 21:57:12 -0800 |
commit | 658b090e9b54580861f7355329b448a64c642b6e (patch) | |
tree | 7785f1897011ab4ab1a970b679d87b8e23ddd44e /tests/include.rc | |
parent | 7b58df7965ad557e23681d61164bfc7d609ed2cd (diff) |
tests: increase PROBE_TIMEOUT value to 60 secs
Its noticed that in a slower build system, nodes may take more than 20 secs to
finish the handshaking.
One of the recent regression failure
http://build.gluster.org/job/rackspace-regression-2GB-triggered/3635/consoleFull
is the proof for it.
Change-Id: Ibb69c51f31a697d5cb23bb688db80092c1de3047
BUG: 1163543
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/9438
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: Anand Nekkunti <anekkunt@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/include.rc')
-rw-r--r-- | tests/include.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include.rc b/tests/include.rc index db79711d9e5..1e0e08cbb7c 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -54,7 +54,7 @@ DEBUG=${DEBUG:=0} # turn on debugging? PROCESS_UP_TIMEOUT=20 NFS_EXPORT_TIMEOUT=20 CHILD_UP_TIMEOUT=20 -PROBE_TIMEOUT=20 +PROBE_TIMEOUT=60 REBALANCE_TIMEOUT=360 REOPEN_TIMEOUT=20 HEAL_TIMEOUT=60 |