From bc06b27750886d5876d585256d790f49708d7984 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 2 Jan 2019 13:54:24 -0800 Subject: [PATCH] Lengthen a timeout in a test that seems to be too short --- Realm/Tests/RLMTestCase.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Realm/Tests/RLMTestCase.m b/Realm/Tests/RLMTestCase.m index 3fee741231d..e1aa5846a0f 100644 --- a/Realm/Tests/RLMTestCase.m +++ b/Realm/Tests/RLMTestCase.m @@ -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, ^{});