diff --git a/.github/workflows/e2e_android.yml b/.github/workflows/e2e_android.yml index afa5244..772d968 100644 --- a/.github/workflows/e2e_android.yml +++ b/.github/workflows/e2e_android.yml @@ -47,10 +47,3 @@ jobs: arch: x86_64 avd-name: ${{ steps.device.outputs.AVD_NAME }} script: yarn test:android-debug - - - name: Upload artifacts - if: failure() - uses: actions/upload-artifact@v3 - with: - name: detox-artifacts - path: artifacts diff --git a/Example/testHotUpdate/.detoxrc.js b/Example/testHotUpdate/.detoxrc.js index 0fd43ad..e0583ab 100644 --- a/Example/testHotUpdate/.detoxrc.js +++ b/Example/testHotUpdate/.detoxrc.js @@ -6,7 +6,7 @@ module.exports = { config: 'e2e/jest.config.js', }, jest: { - setupTimeout: 120000, + setupTimeout: 240000, }, }, apps: {