From 70d01d9ef4a77e1a491a51a3d7ff8645507c39a0 Mon Sep 17 00:00:00 2001 From: dmaclach Date: Tue, 13 Nov 2018 20:49:03 -0800 Subject: Fix up timeout for test. (#205) The changes here had a test looping 5 times with a 1 second wait trying to finish in a 5 second window. That's a little too close for flakiness. Increased time out to 10 seconds. --- Foundation/GTMNSThread+BlocksTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Foundation') 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; -- cgit v1.2.3