From 38c7687acd8d17c68b888cbeec05f64063207074 Mon Sep 17 00:00:00 2001 From: "Pan, Xinlei (Ryan)" Date: Thu, 10 May 2018 14:32:52 -0400 Subject: [PATCH] change timeout to 60 --- MVMCore/MVMCore/Constants/MVMCoreConstants.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/Constants/MVMCoreConstants.m b/MVMCore/MVMCore/Constants/MVMCoreConstants.m index 76fbe3e..c579b3b 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreConstants.m +++ b/MVMCore/MVMCore/Constants/MVMCoreConstants.m @@ -31,4 +31,4 @@ NSString * const NotificationResponseLoaded = @"responseLoaded"; NSString * const MVMCoreNotificationGoingToServer = @"MVMCoreGoServer"; #pragma mark - Image Cache -NSTimeInterval const ImageTimeOut = 1800; +NSTimeInterval const ImageTimeOut = 60;