[FFmpeg-cvslog] fate: add --timeout=60 --contimeout=60 to fate-rsync
Michael Niedermayer
git at videolan.org
Mon Nov 7 15:23:01 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Nov 7 15:12:45 2011 +0100| [5ca392d11984d9d8084add221129605270b3feb6] | committer: Michael Niedermayer
fate: add --timeout=60 --contimeout=60 to fate-rsync
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ca392d11984d9d8084add221129605270b3feb6
---
tests/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile
index 48e81fa..9c192b7 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"
More information about the ffmpeg-cvslog
mailing list