Skip to content

Commit

Permalink
ci(test): Fix GPIO test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Feb 22, 2025
1 parent 543a647 commit 42bd745
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/validation/gpio/scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ steps:
- wait-serial: "Button test"

# Need for 1s delay for scenario to run properly
- delay: 1000ms
- delay: 5000ms

# Press once
- set-control:
part-id: btn1
control: pressed
value: 1
- delay: 200ms
- delay: 2000ms
- set-control:
part-id: btn1
control: pressed
value: 0
- delay: 300ms
- delay: 3000ms

# Press 2nd time
- set-control:
part-id: btn1
control: pressed
value: 1
- delay: 200ms
- delay: 2000ms
- set-control:
part-id: btn1
control: pressed
value: 0
- delay: 300ms
- delay: 3000ms

# Press for the 3rd time
- set-control:
Expand Down

0 comments on commit 42bd745

Please sign in to comment.