mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
fate: add --timeout=60 --contimeout=60 to fate-rsync
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bc74c4712d
commit
5ca392d119
@ -97,7 +97,7 @@ fate-seek: $(FATE_SEEK)
|
|||||||
ifdef SAMPLES
|
ifdef SAMPLES
|
||||||
FATE += $(FATE_TESTS) $(FATE_TESTS-yes)
|
FATE += $(FATE_TESTS) $(FATE_TESTS-yes)
|
||||||
fate-rsync:
|
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
|
else
|
||||||
fate-rsync:
|
fate-rsync:
|
||||||
@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"
|
@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"
|
||||||
|
Loading…
Reference in New Issue
Block a user