Skip to content

Commit 59da09a

Browse files
committed
fix(wokwi-test): increase timeout for Wokwi tests and add delay step in ili9341 test
1 parent f6ab884 commit 59da09a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/wokwi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ jobs:
8787
with:
8888
token: ${{ secrets.WOKWI_CLI_TOKEN }}
8989
path: ${{ matrix.test.path }}
90-
timeout: 10000
90+
timeout: 20000
9191
scenario: ${{ matrix.test.scenario }}
9292
serial_log_file: serial-${{ matrix.test.name }}.log

wokwi-ili9341/lcd-uno/ili9341.test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ steps:
1313
- take-screenshot:
1414
part-id: 'lcd1'
1515
compare-with: 'screenshots/count-1.png'
16+
- delay: 100ms

0 commit comments

Comments
 (0)