diff --git a/.github/workflows/ci-system_tests.yml b/.github/workflows/ci-system_tests.yml index cc81a7342..39d0d5edb 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 800 --deep-sleep-percentage 1