diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-11-07 15:12:45 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-07 15:13:16 +0100 |
commit | 5ca392d11984d9d8084add221129605270b3feb6 (patch) | |
tree | 64a81aa840162c31f39abb70fa32eef429486418 | |
parent | bc74c4712d39c7610e7a9bb362e762a8a613ad0b (diff) | |
download | ffmpeg-5ca392d11984d9d8084add221129605270b3feb6.tar.gz |
fate: add --timeout=60 --contimeout=60 to fate-rsync
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | tests/Makefile | 2 |
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" |