We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543a647 commit 42bd745Copy full SHA for 42bd745
tests/validation/gpio/scenario.yaml
@@ -6,31 +6,31 @@ steps:
6
- wait-serial: "Button test"
7
8
# Need for 1s delay for scenario to run properly
9
- - delay: 1000ms
+ - delay: 5000ms
10
11
# Press once
12
- set-control:
13
part-id: btn1
14
control: pressed
15
value: 1
16
- - delay: 200ms
+ - delay: 2000ms
17
18
19
20
value: 0
21
- - delay: 300ms
+ - delay: 3000ms
22
23
# Press 2nd time
24
25
26
27
28
29
30
31
32
33
34
35
# Press for the 3rd time
36
0 commit comments