Test is more complex now, increase default timeout.
This commit is contained in:
parent
c8c78bd4b9
commit
a8d70ac568
@ -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 ::curfile ""; # Hold the filename of the current suite
|
||||||
set ::accurate 0; # If true runs fuzz tests with more iterations
|
set ::accurate 0; # If true runs fuzz tests with more iterations
|
||||||
set ::force_failure 0
|
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 ::last_progress [clock seconds]
|
||||||
set ::active_servers {} ; # Pids of active Redis instances.
|
set ::active_servers {} ; # Pids of active Redis instances.
|
||||||
set ::dont_clean 0
|
set ::dont_clean 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user