Skip to content

Commit

Permalink
chore: reuse, increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Mar 27, 2024
1 parent 7811f0e commit 7eb6754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
test:
name: ⚙️ Automated test cases
runs-on: macos-13
timeout-minutes: 60
timeout-minutes: 90
env:
WORKING_DIRECTORY: example
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"build-example:android": "detox build --configuration example.android.emu.release",
"test-example:android": "detox test --configuration example.android.emu.release --loglevel verbose --take-screenshots failing --record-videos failing --record-logs failing",
"test-example:android": "detox test --configuration example.android.emu.release --loglevel verbose --take-screenshots failing --record-videos failing --record-logs failing --reuse",
"build-example:ios": "detox build --configuration example.ios.sim.release",
"test-example:ios": "detox test --configuration example.ios.sim.release --loglevel verbose --take-screenshots failing --record-videos failing --record-logs failing",
"test-example:ios": "detox test --configuration example.ios.sim.release --loglevel verbose --take-screenshots failing --record-videos failing --record-logs failing --reuse",
"test": "echo \"Error: no test specified\" && exit 1",
"detox-clean": "detox clean-framework-cache && detox build-framework-cache",
"postinstall": "patch-package"
Expand Down

0 comments on commit 7eb6754

Please sign in to comment.