change timeout to 60

This commit is contained in:
Pan, Xinlei (Ryan) 2018-05-10 14:32:52 -04:00
parent 937daba018
commit 38c7687acd

View File

@ -31,4 +31,4 @@ NSString * const NotificationResponseLoaded = @"responseLoaded";
NSString * const MVMCoreNotificationGoingToServer = @"MVMCoreGoServer";
#pragma mark - Image Cache
NSTimeInterval const ImageTimeOut = 1800;
NSTimeInterval const ImageTimeOut = 60;