Skip to content

Commit d05e15d

Browse files
EugeniyKiyashkoajivanyandev
authored andcommitted
CI: fix flacky wrapper tests (#34089)
1 parent 13b93b3 commit d05e15d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/playgrounds_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Check sources compilation
133133
working-directory: ./apps/${{ matrix.ARGS.platform }}
134-
run: pnpm exec nx build
134+
run: pnpm exec nx build --excludeTaskDependencies
135135

136136
# - name: Run test
137137
# if: ${{ matrix.ARGS.platform != 'angular' }}

packages/devextreme-angular/karma.conf.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,13 @@ module.exports = function (config) {
7676
singleRun: true,
7777

7878
concurrency: Infinity,
79+
80+
browserNoActivityTimeout: 120000,
81+
82+
browserDisconnectTimeout: 10000,
83+
84+
browserDisconnectTolerance: 2,
85+
86+
captureTimeout: 120000,
7987
});
8088
};

0 commit comments

Comments
 (0)