Skip to content

Commit 203f79d

Browse files
authored
Merge pull request #357 from firebase/update-test-polling-retries
Update test polling retries to 40 (total 20 min)
2 parents 69a456b + 684364c commit 203f79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class FirebaseAppDistributionAction < Action
2222
DEFAULT_UPLOAD_TIMEOUT_SECONDS = 300
2323
UPLOAD_MAX_POLLING_RETRIES = 60
2424
UPLOAD_POLLING_INTERVAL_SECONDS = 5
25-
TEST_MAX_POLLING_RETRIES = 25
25+
TEST_MAX_POLLING_RETRIES = 40
2626
TEST_POLLING_INTERVAL_SECONDS = 30
2727

2828
def self.run(params)

0 commit comments

Comments
 (0)