Skip to content

Commit

Permalink
ci: improve timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious committed Dec 19, 2023
1 parent 18f871a commit b78ca07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validation_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
- name: Install runtime dependency python3-virtualenv
run: sudo apt update && sudo apt install -y python3-virtualenv
- name: Run flash_the_ttgo_tdisplay
run: timeout 240 /bin/bash -x ./device_specific/flash_the_ttgo_tdisplay
run: timeout 300 /bin/bash -x ./device_specific/flash_the_ttgo_tdisplay
- name: Run flash_the_m5stack_m5stickc_plus
run: timeout 30 /bin/bash -x ./device_specific/flash_the_m5stack_m5stickc_plus
run: timeout 20 /bin/bash -x ./device_specific/flash_the_m5stack_m5stickc_plus
- name: Run flash_the_m5stack_core_basic
run: timeout 30 /bin/bash -x ./device_specific/flash_the_m5stack_core_basic
run: timeout 20 /bin/bash -x ./device_specific/flash_the_m5stack_core_basic
- name: Run flash_the_m5stack_fire
run: timeout 30 /bin/bash -x ./device_specific/flash_the_m5stack_fire
run: timeout 20 /bin/bash -x ./device_specific/flash_the_m5stack_fire
- name: Run flash_your_device
run: timeout 30 /bin/bash -x ./flash_your_device
run: timeout 60 /bin/bash -x ./flash_your_device

0 comments on commit b78ca07

Please sign in to comment.