Bump timeout in ProfileManagerTests

This commit is contained in:
Davide 2024-11-24 20:18:24 +01:00
parent 1431cc167c
commit 6615b69d44
No known key found for this signature in database
GPG Key ID: A48836171C759F5E

View File

@ -31,7 +31,7 @@ import XCTest
@MainActor
final class ProfileManagerTests: XCTestCase {
private let timeout = 1.0
private let timeout = 3.0
private var subscriptions: Set<AnyCancellable> = []
}