Skip to content

Commit e6b30fa

Browse files
CI: fix flacky wrapper tests (#34144)
1 parent 5ee0778 commit e6b30fa

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
@@ -148,7 +148,7 @@ jobs:
148148

149149
- name: Check sources compilation
150150
working-directory: ./apps/${{ matrix.ARGS.platform }}
151-
run: pnpm exec nx build
151+
run: pnpm exec nx build --excludeTaskDependencies
152152

153153
# - name: Run test
154154
# 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
@@ -74,5 +74,13 @@ module.exports = function (config) {
7474
singleRun: true,
7575

7676
concurrency: Infinity,
77+
78+
browserNoActivityTimeout: 120000,
79+
80+
browserDisconnectTimeout: 10000,
81+
82+
browserDisconnectTolerance: 2,
83+
84+
captureTimeout: 120000,
7785
});
7886
};

0 commit comments

Comments
 (0)