Skip to content

Commit 684364c

Browse files
committed
Update test polling retries to 40 (total 20 min)
1 parent 69a456b commit 684364c

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)