From 39c7bdb5e2451b51e74729fd7e5802fe2eb60983 Mon Sep 17 00:00:00 2001 From: Kiel Gillard Date: Fri, 8 Nov 2019 13:47:42 +1100 Subject: [PATCH] Give this test a bit more time to execute on a stressed system. --- .../AccountTests/Feedly/FeedlySyncAllOperationTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/Account/AccountTests/Feedly/FeedlySyncAllOperationTests.swift b/Frameworks/Account/AccountTests/Feedly/FeedlySyncAllOperationTests.swift index 983c28e45..cd1a988d3 100644 --- a/Frameworks/Account/AccountTests/Feedly/FeedlySyncAllOperationTests.swift +++ b/Frameworks/Account/AccountTests/Feedly/FeedlySyncAllOperationTests.swift @@ -130,7 +130,7 @@ class FeedlySyncAllOperationTests: XCTestCase { OperationQueue.main.addOperation(syncAll) - waitForExpectations(timeout: 2) + waitForExpectations(timeout: 5) } func performInitialSync() {