Skip to content

Commit 970d68f

Browse files
committed
timeout to 60
1 parent 4597570 commit 970d68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/src/main/java/com/example/ludditeinstaller/AppStore.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private Uri downloadApk(Context context, String apkUrl, String apkName) {
9191
final long downloadId = dm.enqueue(request);
9292
logDisplay.log(TAG, "Download started with ID: " + downloadId);
9393

94-
int maxAttempts = 30;
94+
int maxAttempts = 60;
9595
int attempts = 0;
9696

9797
while (attempts < maxAttempts) {

0 commit comments

Comments
 (0)