Skip to content

Commit

Permalink
Fix app installation times out on iOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
fr0l committed Sep 14, 2019
1 parent abb8801 commit e5fbeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FBControlCore/Utility/FBControlCoreGlobalConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ + (NSTimeInterval)regularTimeout

+ (NSTimeInterval)slowTimeout
{
return 120;
return 180;
}

+ (id<FBControlCoreLogger>)defaultLogger
Expand Down

0 comments on commit e5fbeb7

Please sign in to comment.