diff --git a/packages/core/src/internal/clients/pubsub/AbstractPubsubClient.ts b/packages/core/src/internal/clients/pubsub/AbstractPubsubClient.ts index 5b6717b8d..b0c1d6f91 100644 --- a/packages/core/src/internal/clients/pubsub/AbstractPubsubClient.ts +++ b/packages/core/src/internal/clients/pubsub/AbstractPubsubClient.ts @@ -260,7 +260,7 @@ export abstract class AbstractPubsubClient // transparently restart the stream instead of propagating an error. if (shouldReconnectSubscription) { options.restartedDueToError = true; - const reconnectDelayMillis = 100; + const reconnectDelayMillis = 5000; this.logger.trace( 'Error occurred on subscription, possibly a network interruption. Will attempt to restart stream in %s ms.', reconnectDelayMillis