diff --git a/.github/workflows/demos_visual_tests.yml b/.github/workflows/demos_visual_tests.yml index 19da71ecd97..99fda47b6ce 100644 --- a/.github/workflows/demos_visual_tests.yml +++ b/.github/workflows/demos_visual_tests.yml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-22.04 name: ${{ matrix.CONSTEL }}-${{ matrix.STRATEGY }}-${{ matrix.THEME }} - timeout-minutes: 30 + timeout-minutes: 120 steps: - name: Get sources @@ -104,7 +104,7 @@ jobs: BROWSERS: chrome:headless --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 --font-render-hinting=none --disable-font-subpixel-positioning #DEBUG: hammerhead:*,testcafe:* CONCURRENCY: 4 - TCQUARANTINE: true + TCQUARANTINE: false CONSTEL: ${{ matrix.CONSTEL }} THEME: ${{ matrix.THEME }} # DISABLE_DEMO_TEST_SETTINGS: all # Uncomment to ignore all the visualtestrc.json settings diff --git a/.github/workflows/demos_visual_tests_frameworks.yml b/.github/workflows/demos_visual_tests_frameworks.yml index 5146bed3fde..da3cc87e7b6 100644 --- a/.github/workflows/demos_visual_tests_frameworks.yml +++ b/.github/workflows/demos_visual_tests_frameworks.yml @@ -294,7 +294,7 @@ jobs: runs-on: ubuntu-22.04 name: testcafe-${{ matrix.CONSTEL }}-${{ matrix.THEME }} - timeout-minutes: 60 + timeout-minutes: 120 steps: - name: Get sources @@ -374,7 +374,7 @@ jobs: BROWSERS: chrome:headless --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 --font-render-hinting=none --disable-font-subpixel-positioning #DEBUG: hammerhead:*,testcafe:* CONCURRENCY: 4 - TCQUARANTINE: true + TCQUARANTINE: false CONSTEL: ${{ matrix.CONSTEL }} THEME: ${{ matrix.THEME }} # DISABLE_DEMO_TEST_SETTINGS: all # Uncomment to ignore all the visualtestrc.json settings diff --git a/.github/workflows/testcafe_tests.yml b/.github/workflows/testcafe_tests.yml index 967d922c274..c00ad62dbf7 100644 --- a/.github/workflows/testcafe_tests.yml +++ b/.github/workflows/testcafe_tests.yml @@ -125,7 +125,7 @@ jobs: { componentFolder: "filterBuilder", name: "filterBuilder - fluent", theme: 'fluent.blue.light' }, ] runs-on: devextreme-shr2 - timeout-minutes: 90 + timeout-minutes: 120 steps: - name: Set machine timezone diff --git a/e2e/testcafe-devextreme/runner.js b/e2e/testcafe-devextreme/runner.js index 78958892e6e..022d782015d 100644 --- a/e2e/testcafe-devextreme/runner.js +++ b/e2e/testcafe-devextreme/runner.js @@ -110,7 +110,7 @@ createTestCafe({ } const runOptions = { - quarantineMode: { successThreshold: 1, attemptLimit: 5 }, + // quarantineMode: { successThreshold: 1, attemptLimit: 5 }, }; if(args.componentFolder.trim() !== 'renovation') {