Skip to content

Commit 8ce3a6d

Browse files
committed
github: Increase default wait time for tests
The github runners are clearly a bit slower than the local machine and are shared, so the default timing causes a number of tests to fail. Increase the default wait time for RPL comands to 4s instead of 2, and the default screen update to 50ms. Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
1 parent 74cb368 commit 8ce3a6d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
make sim
4343
4444
- name: Run test suite
45-
run: ./db48x.app/Contents/MacOS/db48x -H -I -Tall
45+
run: ./db48x.app/Contents/MacOS/db48x -H -I -w 10000 -r 50 -Tall
4646

4747
- name: Deploy Qt dependencies
4848
run: |
@@ -105,7 +105,7 @@ jobs:
105105
make sim
106106
107107
- name: Run test suite
108-
run: ./db48x -H -I -Tall
108+
run: ./db48x -H -I -w 10000 -r 50 -Tall
109109

110110
- name: Upload simulator artifact
111111
uses: actions/upload-artifact@v7
@@ -151,7 +151,7 @@ jobs:
151151
make sim
152152
153153
- name: Run test suite
154-
run: ./db48x -H -I -Tall
154+
run: ./db48x -H -I -w 10000 -r 50 -Tall
155155

156156
- name: Upload simulator artifact
157157
uses: actions/upload-artifact@v7
@@ -195,7 +195,7 @@ jobs:
195195
make sim
196196
197197
- name: Run test suite
198-
run: ./db48x -H -I -Tall
198+
run: ./db48x -H -I -w 10000 -r 50 -Tall
199199

200200
- name: Upload simulator artifact
201201
uses: actions/upload-artifact@v7
@@ -244,7 +244,7 @@ jobs:
244244
245245
- name: Run test suite
246246
shell: msys2 {0}
247-
run: ./db48x.exe -H -I -Tall
247+
run: ./db48x.exe -H -I -w 10000 -r 50 -Tall
248248

249249
- name: Deploy Qt dependencies
250250
shell: msys2 {0}
@@ -326,7 +326,7 @@ jobs:
326326
make color-dm32-sim
327327
328328
- name: Run test suite
329-
run: ./db50x.app/Contents/MacOS/db50x -H -I -Tall
329+
run: ./db50x.app/Contents/MacOS/db50x -H -I -w 10000 -r 50 -Tall
330330

331331
- name: Deploy Qt dependencies
332332
run: |
@@ -389,7 +389,7 @@ jobs:
389389
make color-dm32-sim
390390
391391
- name: Run test suite
392-
run: ./db50x -H -I -Tall
392+
run: ./db50x -H -I -w 10000 -r 50 -Tall
393393

394394
- name: Upload color simulator artifact
395395
uses: actions/upload-artifact@v7
@@ -435,7 +435,7 @@ jobs:
435435
make color-dm32-sim
436436
437437
- name: Run test suite
438-
run: ./db50x -H -I -Tall
438+
run: ./db50x -H -I -w 10000 -r 50 -Tall
439439

440440
- name: Upload color simulator artifact
441441
uses: actions/upload-artifact@v7
@@ -479,7 +479,7 @@ jobs:
479479
make color-dm32-sim
480480
481481
- name: Run test suite
482-
run: ./db50x -H -I -Tall
482+
run: ./db50x -H -I -w 10000 -r 50 -Tall
483483

484484
- name: Upload color simulator artifact
485485
uses: actions/upload-artifact@v7
@@ -528,7 +528,7 @@ jobs:
528528
529529
- name: Run test suite
530530
shell: msys2 {0}
531-
run: ./db50x.exe -H -I -Tall
531+
run: ./db50x.exe -H -I -w 10000 -r 50 -Tall
532532

533533
- name: Deploy Qt dependencies
534534
shell: msys2 {0}

0 commit comments

Comments
 (0)