Skip to content

Commit

Permalink
👷 (ci): System tests set shorter duration and NO_SLEEP_WAITING_DURATION
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Jul 16, 2024
1 parent b6fb159 commit e12fb00
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 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

0 comments on commit e12fb00

Please sign in to comment.