Skip to content

Commit 69cb5af

Browse files
chore: increase test timeout
1 parent 440f1e0 commit 69cb5af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/NetworkingTests/DownloadAPIManagerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ final class DownloadAPIManagerTests: XCTestCase {
6565
}
6666
}
6767

68-
wait(for: [expectation], timeout: 5)
68+
wait(for: [expectation], timeout: 10)
6969
}
7070
}

0 commit comments

Comments
 (0)