[ReactNative] Increase timeout for obj-c tests

This commit is contained in:
Christopher Chedeau 2015-03-17 08:59:42 -07:00
parent 18d1805695
commit f8f3f67bed
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#import <UIKit/UIKit.h>
#import <XCTest/XCTest.h>
#define TIMEOUT_SECONDS 30
#define TIMEOUT_SECONDS 240
@interface UIExplorerTests : XCTestCase

View File

@ -7,7 +7,7 @@
#import "RCTTestModule.h"
#import "RCTUtils.h"
#define TIMEOUT_SECONDS 30
#define TIMEOUT_SECONDS 240
@implementation RCTTestRunner