[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

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