From 137e4d62882b467e94f905e25525b86cfeb017dc Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Mon, 15 Feb 2016 19:23:59 -0800 Subject: [PATCH] Increase React test timeout interval for CI --- tests/react-test-app/ios/ReactTests/RealmReactTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/react-test-app/ios/ReactTests/RealmReactTests.m b/tests/react-test-app/ios/ReactTests/RealmReactTests.m index 2588a5ce..f9f39106 100644 --- a/tests/react-test-app/ios/ReactTests/RealmReactTests.m +++ b/tests/react-test-app/ios/ReactTests/RealmReactTests.m @@ -129,7 +129,7 @@ extern NSMutableArray *RCTGetModuleClasses(void); + (void)waitForCondition:(BOOL *)condition description:(NSString *)description { NSRunLoop *runLoop = [NSRunLoop currentRunLoop]; - NSDate *timeout = [NSDate dateWithTimeIntervalSinceNow:10.0]; + NSDate *timeout = [NSDate dateWithTimeIntervalSinceNow:30.0]; while (!*condition) { if ([timeout timeIntervalSinceNow] < 0) {