Skip to content

Commit 803fb6a

Browse files
committed
wait a little longer
1 parent d9e424d commit 803fb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ProviderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ProviderTests: XCTestCase {
3434
expectation.fulfill()
3535
}
3636

37-
waitForExpectationsWithTimeout(2, handler: nil)
37+
waitForExpectationsWithTimeout(3, handler: nil)
3838
// Then
3939
if let result = result {
4040
switch result {

0 commit comments

Comments
 (0)