summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-07 15:12:45 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-07 15:13:16 +0100
commit5ca392d11984d9d8084add221129605270b3feb6 (patch)
tree64a81aa840162c31f39abb70fa32eef429486418 /tests
parentbc74c4712d39c7610e7a9bb362e762a8a613ad0b (diff)
fate: add --timeout=60 --contimeout=60 to fate-rsync
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 48e81faeb7..9c192b78d9 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -97,7 +97,7 @@ fate-seek: $(FATE_SEEK)
ifdef SAMPLES
FATE += $(FATE_TESTS) $(FATE_TESTS-yes)
fate-rsync:
- rsync -vaLW rsync://fate.ffmpeg.org/fate-suite/ $(SAMPLES)
+ rsync -vaLW --timeout=60 --contimeout=60 rsync://fate.ffmpeg.org/fate-suite/ $(SAMPLES)
else
fate-rsync:
@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"