diff --git a/Sources/WalletConnectNotify/Client/Wallet/NotifyClient.swift b/Sources/WalletConnectNotify/Client/Wallet/NotifyClient.swift index 1939bdddf..47ffbceec 100644 --- a/Sources/WalletConnectNotify/Client/Wallet/NotifyClient.swift +++ b/Sources/WalletConnectNotify/Client/Wallet/NotifyClient.swift @@ -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 {