diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 327ca80..0b4f14d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -132,4 +132,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: detox-artifacts - path: native-app/artifacts/reports/ + path: native-app/artifacts/ diff --git a/native-app/e2e/jest.config.js b/native-app/e2e/jest.config.js index 10fa3d8..fd1e978 100644 --- a/native-app/e2e/jest.config.js +++ b/native-app/e2e/jest.config.js @@ -2,7 +2,7 @@ module.exports = { rootDir: '..', testMatch: ['/e2e/**/*.test.js'], - testTimeout: 120000, + testTimeout: 600000, maxWorkers: 1, globalSetup: 'detox/runners/jest/globalSetup', globalTeardown: 'detox/runners/jest/globalTeardown',