From f8f3f67bed75bcc1cd0ac3b722338b6162ad2ff3 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Tue, 17 Mar 2015 08:59:42 -0700 Subject: [PATCH] [ReactNative] Increase timeout for obj-c tests --- Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m | 2 +- Libraries/RCTTest/RCTTestRunner.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m b/Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m index 1a7a70d78..237270f67 100644 --- a/Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m +++ b/Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m @@ -3,7 +3,7 @@ #import #import -#define TIMEOUT_SECONDS 30 +#define TIMEOUT_SECONDS 240 @interface UIExplorerTests : XCTestCase diff --git a/Libraries/RCTTest/RCTTestRunner.m b/Libraries/RCTTest/RCTTestRunner.m index 3fec65b9e..87da43010 100644 --- a/Libraries/RCTTest/RCTTestRunner.m +++ b/Libraries/RCTTest/RCTTestRunner.m @@ -7,7 +7,7 @@ #import "RCTTestModule.h" #import "RCTUtils.h" -#define TIMEOUT_SECONDS 30 +#define TIMEOUT_SECONDS 240 @implementation RCTTestRunner