From 5ca392d11984d9d8084add221129605270b3feb6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 7 Nov 2011 15:12:45 +0100 Subject: [PATCH] fate: add --timeout=60 --contimeout=60 to fate-rsync Signed-off-by: Michael Niedermayer --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"