Skip to content

Commit 36f9eb8

Browse files
authored
chore: increase build-devextreme job timeout (#31963)
1 parent 8a2647b commit 36f9eb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/demos_visual_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: Determine framework tests scope
9090
id: determine
91-
run: |
91+
run: |
9292
if [ "${{ github.event_name }}" != "pull_request" ] || [ "${{ contains(github.event.pull_request.labels.*.name, 'force all tests') }}" = "true" ]; then
9393
echo "Framework tests scope: all demos"
9494
echo "framework-tests-scope=all" >> $GITHUB_OUTPUT
@@ -110,7 +110,7 @@ jobs:
110110
needs.determine-framework-tests-scope.result == 'success'
111111
env:
112112
NODE_OPTIONS: --max-old-space-size=8192
113-
timeout-minutes: 20
113+
timeout-minutes: 30
114114

115115
steps:
116116
- name: Get sources
@@ -603,12 +603,12 @@ jobs:
603603
id: chrome-flags
604604
run: |
605605
BASE_FLAGS="chrome:headless --window-size=1200,800 --disable-gpu --no-sandbox --disable-dev-shm-usage --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl=swiftshader --disable-features=PaintHolding --js-flags=--random-seed=2147483647"
606-
606+
607607
# For Material theme, enable better font rendering to avoid instability
608608
if [[ "${{ matrix.THEME }}" != *"material"* ]]; then
609609
BASE_FLAGS="$BASE_FLAGS --font-render-hinting=none --disable-font-subpixel-positioning"
610610
fi
611-
611+
612612
echo "flags=$BASE_FLAGS" >> $GITHUB_OUTPUT
613613
614614
- name: Run TestCafe tests (jQuery)

0 commit comments

Comments
 (0)