Skip to content

Commit

Permalink
👷 (ci): System tests set shorter duration and ENABLE_FAST_SLEEP
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Jul 17, 2024
1 parent 1e301a5 commit f7ddf5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-system_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
run: |
make deep_clean
make pull_deps
make config
make config ENABLE_FAST_SLEEP=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

0 comments on commit f7ddf5b

Please sign in to comment.