mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-27 06:44:56 +00:00
Increase React test timeout interval for CI
This commit is contained in:
parent
5f9f00e038
commit
137e4d6288
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user