diff --git a/Unit Tests/ProtectEarthSiteServiceTests.swift b/Unit Tests/ProtectEarthSiteServiceTests.swift index 6b7c021..25138a9 100644 --- a/Unit Tests/ProtectEarthSiteServiceTests.swift +++ b/Unit Tests/ProtectEarthSiteServiceTests.swift @@ -14,7 +14,7 @@ class ProtectEarthSiteServiceTests: XCTestCase { siteService!.sync() { _ in expectation.fulfill() } - waitForExpectations(timeout: 5) + waitForExpectations(timeout: 10) } override func tearDownWithError() throws { diff --git a/Unit Tests/ProtectEarthSpeciesServiceTests.swift b/Unit Tests/ProtectEarthSpeciesServiceTests.swift index e103b9b..483c585 100644 --- a/Unit Tests/ProtectEarthSpeciesServiceTests.swift +++ b/Unit Tests/ProtectEarthSpeciesServiceTests.swift @@ -14,7 +14,7 @@ class ProtectEarthSpeciesServiceTests: XCTestCase { speciesService!.sync() { _ in expectation.fulfill() } - waitForExpectations(timeout: 5) + waitForExpectations(timeout: 10) } override func tearDownWithError() throws { diff --git a/Unit Tests/ProtectEarthSupervisorServiceTests.swift b/Unit Tests/ProtectEarthSupervisorServiceTests.swift index ea78c26..f69ef06 100644 --- a/Unit Tests/ProtectEarthSupervisorServiceTests.swift +++ b/Unit Tests/ProtectEarthSupervisorServiceTests.swift @@ -14,7 +14,7 @@ class ProtectEarthSupervisorServiceTests: XCTestCase { supervisorService!.sync() { _ in expectation.fulfill() } - waitForExpectations(timeout: 5) + waitForExpectations(timeout: 10) } override func tearDownWithError() throws {