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.
2 parents 69a456b + 684364c commit 203f79dCopy full SHA for 203f79d
lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb
@@ -22,7 +22,7 @@ class FirebaseAppDistributionAction < Action
22
DEFAULT_UPLOAD_TIMEOUT_SECONDS = 300
23
UPLOAD_MAX_POLLING_RETRIES = 60
24
UPLOAD_POLLING_INTERVAL_SECONDS = 5
25
- TEST_MAX_POLLING_RETRIES = 25
+ TEST_MAX_POLLING_RETRIES = 40
26
TEST_POLLING_INTERVAL_SECONDS = 30
27
28
def self.run(params)
0 commit comments