diff --git a/pkg/ccl/streamingccl/streamingest/stream_ingestion_processor.go b/pkg/ccl/streamingccl/streamingest/stream_ingestion_processor.go index 9c7adddcc1c4..2111a3e1ea36 100644 --- a/pkg/ccl/streamingccl/streamingest/stream_ingestion_processor.go +++ b/pkg/ccl/streamingccl/streamingest/stream_ingestion_processor.go @@ -84,7 +84,7 @@ var cutoverSignalPollInterval = settings.RegisterDurationSetting( settings.TenantWritable, "bulkio.stream_ingestion.cutover_signal_poll_interval", "the interval at which the stream ingestion job checks if it has been signaled to cutover", - 30*time.Second, + 10*time.Second, settings.NonNegativeDuration, )