Skip to content

Commit

Permalink
increasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Gongreg committed Feb 6, 2020
1 parent 8999597 commit 5ef8d51
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
timeout-minutes: 15
timeout-minutes: 30

env:
DEVELOPER_DIR: /Applications/Xcode_11.2.app
Expand All @@ -23,6 +23,9 @@ jobs:
- name: Install Dependencies
run: yarn install

- name: Bootstrap
run: yarn bootstrap --core

- name: Cache Pods
uses: actions/cache@v1
id: podcache
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
"app/*",
"examples/*"
],
"nohoist": ["**/react-native", "**/react-native/**", "**/detox", "**/detox/**"]
"nohoist": [
"**/react-native",
"**/react-native/**",
"**/detox",
"**/detox/**"
]
},
"scripts": {
"await-serve-storybooks": "wait-on http://localhost:8001",
Expand Down Expand Up @@ -106,6 +111,9 @@
]
},
"browserslist": "defaults",
"dependencies": {
"@types/react-native": "^0.61.10"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4038,6 +4038,13 @@
"@types/prop-types" "*"
"@types/react" "*"

"@types/react-native@^0.61.10":
version "0.61.10"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.61.10.tgz#d010b9093322bc781151638f74124f58fc87cc90"
integrity sha512-z+RWEFfdwHnOLpq70DO//4mjyNqoZypdR3uBqpBB82t2HJg2YbY4j6XIow7sFqeO/r8XibgV9UFEVG2tYIRlSA==
dependencies:
"@types/react" "*"

"@types/[email protected]":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.2.tgz#a2e3ff657d7c47813f80ca930f3d959c31ec51e3"
Expand Down Expand Up @@ -19454,7 +19461,7 @@ [email protected]:
escape-string-regexp "1.0.5"
invariant "2.2.4"

[email protected]:
react-native@, react-native@0.61.5:
version "0.61.5"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.61.5.tgz#6e21acb56cbd75a3baeb1f70201a66f42600bba8"
integrity sha512-MXqE3NoGO0T3dUKIKkIppijBhRRMpfN6ANbhMXHDuyfA+fSilRWgCwYgR/YNCC7ntECoJYikKaNTUBB0DeQy6Q==
Expand Down

1 comment on commit 5ef8d51

@vercel
Copy link

@vercel vercel bot commented on 5ef8d51 Feb 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.