chore: update workflow timeouts

[skip-ci]
This commit is contained in:
Mike Diarmid
2020-04-27 21:24:11 +01:00
committed by GitHub
parent 11de92afc0
commit 4cc5f4a86b

View File

@@ -12,7 +12,7 @@ jobs:
android:
name: Android
runs-on: macos-latest
timeout-minutes: 30
timeout-minutes: 35
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
@@ -118,7 +118,7 @@ jobs:
ios:
name: iOS
runs-on: macos-latest
timeout-minutes: 30
timeout-minutes: 35
env:
# Use the latest version of xcode for rnfirebase
# See link below for available versions;