From 19c362d497cd463928af86a2f28d03eb29ecab71 Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Wed, 14 Feb 2024 13:35:24 +0100 Subject: [PATCH] :construction_worker: (tests): System - deep sleep, run for 1200 w/ 1% check --- .github/workflows/ci-system_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-system_tests.yml b/.github/workflows/ci-system_tests.yml index 91077d4968..2c13aa69c6 100644 --- a/.github/workflows/ci-system_tests.yml +++ b/.github/workflows/ci-system_tests.yml @@ -18,7 +18,7 @@ concurrency: cancel-in-progress: true jobs: - run_functional_tests: + run_system_tests: name: Build & Test runs-on: robot @@ -44,9 +44,9 @@ jobs: make # - # Mark: - Run functional tests + # Mark: - Run system tests # - - name: Run functional tests + - name: Run system tests run: | - python3 -u tools/run_system_tests.py + python3 -u tools/run_system_tests.py --duration 1200 --deep-sleep-percentage 1