aboutsummaryrefslogtreecommitdiff
path: root/Foundation
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation')
-rw-r--r--Foundation/GTMNSThread+BlocksTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMNSThread+BlocksTest.m b/Foundation/GTMNSThread+BlocksTest.m
index fc2923b..5eeb186 100644
--- a/Foundation/GTMNSThread+BlocksTest.m
+++ b/Foundation/GTMNSThread+BlocksTest.m
@@ -21,7 +21,7 @@
#import "GTMSenTestCase.h"
#import "GTMNSThread+Blocks.h"
-static const NSTimeInterval kTestTimeout = 5;
+static const NSTimeInterval kTestTimeout = 10;
static const int kThreadMethodCounter = 5;
static const int kThreadMethoduSleep = 10000;