Skip to content

Commit

Permalink
timeout reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Oct 17, 2023
1 parent 137a8ea commit 83a2677
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class NotifyClient {
var cancellable: AnyCancellable?
cancellable = subscriptionsPublisher
.setFailureType(to: Error.self)
.timeout(100, scheduler: RunLoop.main, customError: { Errors.subscribeTimeout })
.timeout(10, scheduler: RunLoop.main, customError: { Errors.subscribeTimeout })
.sink(receiveCompletion: { completion in
defer { cancellable?.cancel() }
switch completion {
Expand Down

0 comments on commit 83a2677

Please sign in to comment.