summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2020-02-21 13:48:43 +0100
committerantirez <antirez@gmail.com>2020-02-21 13:48:43 +0100
commita8d70ac568537f89497a778fd39e3ba313803df0 (patch)
treee529534b79b62ac83f694bce2e8160e89e9b0172
parentc8c78bd4b9644483c8828f6dbf4cb67155ba526e (diff)
downloadredis-a8d70ac568537f89497a778fd39e3ba313803df0.tar.gz
Test is more complex now, increase default timeout.
-rw-r--r--tests/test_helper.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index cb7e4e328..b266bc56d 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -87,7 +87,7 @@ set ::file ""; # If set, runs only the tests in this comma separated list
set ::curfile ""; # Hold the filename of the current suite
set ::accurate 0; # If true runs fuzz tests with more iterations
set ::force_failure 0
-set ::timeout 600; # 10 minutes without progresses will quit the test.
+set ::timeout 1200; # 20 minutes without progresses will quit the test.
set ::last_progress [clock seconds]
set ::active_servers {} ; # Pids of active Redis instances.
set ::dont_clean 0