Commit 5ca392d1 authored by Michael Niedermayer's avatar Michael Niedermayer

fate: add --timeout=60 --contimeout=60 to fate-rsync

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bc74c471
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment