Skip to content

Commit e479905

Browse files
check test
1 parent 585fedb commit e479905

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
LAUNCH_BROWSER: true
7171
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
7272
run: npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
73-
timeout-minutes: 30
73+
timeout-minutes: 10
7474

7575
- name: Archive artifacts
7676
if: ${{ failure() }}

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
4747
timeout: 30000,
4848
interval: 100
4949
});
50+
console.log('----waitOn------>');
5051
} catch(e) {
5152
// NOTE jest@27 will fail test, but jest@26 - not
5253
throw new Error(e);

0 commit comments

Comments
 (0)