34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# Default runtimelim 1d 1h 1m 10s
#
runtimelim 10m
# Deadtime - when to consider tests dead (i.e. haven't heard from them in too long)
# Number in seconds
#
deadtime 5
# It is possible (but not recommended) to override the rsync command used
# to populate the test directories. For test development the following
# example can be useful
#
# testcopycmd cp --remove-destination -rsv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log
|
|
|
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# Default runtimelim 1d 1h 1m 10s
#
runtimelim 10m
# Deadtime - when to consider tests dead (i.e. haven't heard from them in too long)
# Number in seconds
#
deadtime 25
# It is possible (but not recommended) to override the rsync command used
# to populate the test directories. For test development the following
# example can be useful
#
# testcopycmd cp --remove-destination -rsv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log
|