From e12fb00aad4ec8dca72b06485f5fc4a5a3cc5817 Mon Sep 17 00:00:00 2001 From: Yann Locatelli Date: Tue, 16 Jul 2024 16:56:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20(ci):=20System=20tests=20set=20s?= =?UTF-8?q?horter=20duration=20and=20NO=5FSLEEP=5FWAITING=5FDURATION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-system_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-system_tests.yml b/.github/workflows/ci-system_tests.yml index 01e7959cb..146ef865b 100644 --- a/.github/workflows/ci-system_tests.yml +++ b/.github/workflows/ci-system_tests.yml @@ -38,9 +38,9 @@ jobs: run: | make deep_clean make pull_deps - make config + make config NO_SLEEP_WAITING_DURATION=ON make - name: Run system tests run: | - python3 -u tools/run_system_tests.py --duration 800 --deep-sleep-percentage 1 + python3 -u tools/run_system_tests.py --duration 10 --deep-sleep-percentage 1