We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a16fd1 commit 0e51f70Copy full SHA for 0e51f70
.github/workflows/archiving.yml
@@ -62,7 +62,8 @@ jobs:
62
- name: Setup project and archive
63
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
64
with:
65
- timeout_minutes: 20
+ # Firestore gets a 60 min. timeout, everything else gets 20 min.
66
+ timeout_minutes: ${{ matrix.pod == "FirebaseFirestore" && 60 || 20 }}
67
max_attempts: 3
68
retry_wait_seconds: 300
69
command: scripts/test_archiving.sh ${{ matrix.pod }} ${{ matrix.target }} ArchiveOutputs/${{ matrix.target }}.xcarchive
0 commit comments