Skip to content

Commit

Permalink
Lengthen a timeout in a test that seems to be too short
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jan 2, 2019
1 parent c058994 commit bc06b27
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 @@ -192,7 +192,7 @@ - (void)waitForNotification:(NSString *)expectedNote realm:(RLMRealm *)realm blo
}
});

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

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

0 comments on commit bc06b27

Please sign in to comment.