Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
run_tests: false
- product: Firestore
run_tests: false
timeout_minutes: 30
- product: Database
run_tests: false
- product: Authentication
Expand Down Expand Up @@ -111,7 +112,7 @@ jobs:
- name: Build Quickstart
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
with:
timeout_minutes: 15
timeout_minutes: ${{ matrix.timeout_minutes || 15 }}
Comment thread
ncooke3 marked this conversation as resolved.
Outdated
max_attempts: 3
retry_wait_seconds: 120
command: DIR=${{ matrix.product }} scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
Expand Down
Loading