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
2 changes: 1 addition & 1 deletion .github/workflows/archiving.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
with:
# Firestore gets a 60 min. timeout, everything else gets 20 min.
timeout_minutes: ${{ matrix.pod == "FirebaseFirestore" && 60 || 20 }}
timeout_minutes: ${{ matrix.pod == 'FirebaseFirestore' && 60 || 20 }}
max_attempts: 3
retry_wait_seconds: 300
command: scripts/test_archiving.sh ${{ matrix.pod }} ${{ matrix.target }} ArchiveOutputs/${{ matrix.target }}.xcarchive
Loading