Skip to content

Commit 8122fdc

Browse files
committed
Increase test timeout
1 parent e2060b7 commit 8122fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parent/ParentUnitTests/ObserverAlerts/Model/ObserverAlertsInteractorTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ObserverAlertsInteractorTests: ParentTestCase {
7575
api.mock(useCase, expectation: expectation)
7676

7777
let publisher = testee.markAlertAsRead(id: TestConstants.alertID)
78-
XCTAssertFinish(publisher)
78+
XCTAssertFinish(publisher, timeout: 1)
7979

8080
wait(for: [expectation], timeout: 1)
8181
}
@@ -86,7 +86,7 @@ class ObserverAlertsInteractorTests: ParentTestCase {
8686
api.mock(useCase, expectation: expectation)
8787

8888
let publisher = testee.dismissAlert(id: TestConstants.alertID)
89-
XCTAssertFinish(publisher)
89+
XCTAssertFinish(publisher, timeout: 1)
9090

9191
wait(for: [expectation], timeout: 1)
9292
}

0 commit comments

Comments
 (0)