From a788b0e9000bd6a911362f90ea50c36e9541faf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?= <frederic.dalleau@collabora.com> Date: Thu, 4 Jul 2019 06:42:11 +0000 Subject: [PATCH] Increase ade-commands test timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ade-commands test is failing, and this seems due to long download times. Increase the timeout of the test. The sysroot weight 1GB Refer to APERTIS-6124 Signed-off-by: Frédéric Dalleau <frederic.dalleau@collabora.com> --- test-cases/ade-commands.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-cases/ade-commands.yaml b/test-cases/ade-commands.yaml index e274a8b7..816bc7a8 100644 --- a/test-cases/ade-commands.yaml +++ b/test-cases/ade-commands.yaml @@ -42,5 +42,5 @@ run: - cd apertis-tests - "# Run the ade-tests-custom.sh and ade-tests-defaults.sh script from the ade/ directory" - - common/run-test-in-systemd --timeout=30min ade/ade-tests-custom.sh - - common/run-test-in-systemd --timeout=30min ade/ade-tests-defaults.sh + - common/run-test-in-systemd --timeout=60min ade/ade-tests-custom.sh + - common/run-test-in-systemd --timeout=60min ade/ade-tests-defaults.sh -- GitLab