diff --git a/src/providers/bttv/BttvEmotes.cpp b/src/providers/bttv/BttvEmotes.cpp index b3e89b544..1ec58af62 100644 --- a/src/providers/bttv/BttvEmotes.cpp +++ b/src/providers/bttv/BttvEmotes.cpp @@ -161,7 +161,7 @@ void BttvEmotes::loadChannel(std::weak_ptr channel, bool manualRefresh) { NetworkRequest(QString(bttvChannelEmoteApiUrl) + channelId) - .timeout(3000) + .timeout(20000) .onSuccess([callback = std::move(callback), channel, &channelDisplayName, manualRefresh](auto result) -> Outcome {