Skip to content

Commit

Permalink
Increase the timeout for the interprocess tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdash committed Sep 19, 2017
1 parent cc1306e commit 4b38ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm/Tests/RLMTestCase.m
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ - (void)waitForNotification:(NSString *)expectedNote realm:(RLMRealm *)realm blo
}
});

[self waitForExpectationsWithTimeout:4.0 handler:nil];
[self waitForExpectationsWithTimeout:10.0 handler:nil];

// wait for queue to finish
dispatch_sync(queue, ^{});
Expand Down

0 comments on commit 4b38ceb

Please sign in to comment.