summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bitrot/br-state-check.t1
-rw-r--r--tests/bugs/index/bug-1559004-EMLINK-handling.t2
-rw-r--r--tests/include.rc2
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/bitrot/br-state-check.t b/tests/bitrot/br-state-check.t
index e165462cfcd..2142275699e 100644
--- a/tests/bitrot/br-state-check.t
+++ b/tests/bitrot/br-state-check.t
@@ -5,6 +5,7 @@
. $(dirname $0)/../nfs.rc
cleanup;
+SCRIPT_TIMEOUT=350
TEST glusterd
TEST pidof glusterd
diff --git a/tests/bugs/index/bug-1559004-EMLINK-handling.t b/tests/bugs/index/bug-1559004-EMLINK-handling.t
index 9aff93a367f..82ea8b2d36a 100644
--- a/tests/bugs/index/bug-1559004-EMLINK-handling.t
+++ b/tests/bugs/index/bug-1559004-EMLINK-handling.t
@@ -6,7 +6,7 @@
cleanup
TESTS_EXPECTED_IN_LOOP=30
-SCRIPT_TIMEOUT=1000
+SCRIPT_TIMEOUT=1200
TEST glusterd
TEST pidof glusterd
diff --git a/tests/include.rc b/tests/include.rc
index 5a99e027df8..5692754563a 100644
--- a/tests/include.rc
+++ b/tests/include.rc
@@ -71,7 +71,7 @@ esac
DEBUG=${DEBUG:=0} # turn on debugging?
PROCESS_DOWN_TIMEOUT=5
-PROCESS_UP_TIMEOUT=30
+PROCESS_UP_TIMEOUT=45
NFS_EXPORT_TIMEOUT=20
CHILD_UP_TIMEOUT=20
PROBE_TIMEOUT=60