Skip to content

Commit 42bd745

Browse files
committed
ci(test): Fix GPIO test
1 parent 543a647 commit 42bd745

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: tests/validation/gpio/scenario.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ steps:
66
- wait-serial: "Button test"
77

88
# Need for 1s delay for scenario to run properly
9-
- delay: 1000ms
9+
- delay: 5000ms
1010

1111
# Press once
1212
- set-control:
1313
part-id: btn1
1414
control: pressed
1515
value: 1
16-
- delay: 200ms
16+
- delay: 2000ms
1717
- set-control:
1818
part-id: btn1
1919
control: pressed
2020
value: 0
21-
- delay: 300ms
21+
- delay: 3000ms
2222

2323
# Press 2nd time
2424
- set-control:
2525
part-id: btn1
2626
control: pressed
2727
value: 1
28-
- delay: 200ms
28+
- delay: 2000ms
2929
- set-control:
3030
part-id: btn1
3131
control: pressed
3232
value: 0
33-
- delay: 300ms
33+
- delay: 3000ms
3434

3535
# Press for the 3rd time
3636
- set-control:

0 commit comments

Comments
 (0)