Skip to content

Commit bfb22c2

Browse files
committed
ci: wait more in the doom-regressions and gg-regressions jobs, to reduce the chance of false positives
1 parent 9f5f82b commit bfb22c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/c2v_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
Xvfb $DISPLAY -screen 0 800x600x24 -fbdir /var/tmp/ &
125125
sleep 1; while [ ! -f /var/tmp/Xvfb_screen0 ]; do sleep 0.5; done # give xvfb time to start, even on slow CI runs
126-
v gret -r ~/code/doom -t ./doom-regression-images/vgret.doom.toml -v ./doom-sample_images ./doom-regression-images
126+
sleep 1; v gret -r ~/code/doom -t ./doom-regression-images/vgret.doom.toml -v ./doom-sample_images ./doom-regression-images
127127
128128
- name: Upload regression to imgur
129129
if: steps.compare.outcome != 'success'

.github/workflows/gg_regressions_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
Xvfb $DISPLAY -screen 0 1280x1024x24 -fbdir /var/tmp/ &
4747
sleep 1; while [ ! -f /var/tmp/Xvfb_screen0 ]; do sleep 0.5; done # give xvfb time to start, even on slow CI runs
48-
./v gret -t ./gg-regression-images/vgret.v_examples.toml -v ./gg-sample_images ./gg-regression-images
48+
sleep 1; ./v gret -t ./gg-regression-images/vgret.v_examples.toml -v ./gg-sample_images ./gg-regression-images
4949
5050
- name: Upload regression to imgur
5151
if: steps.compare.outcome != 'success'

0 commit comments

Comments
 (0)