Skip to content

Commit 340f688

Browse files
authored
Added 'can take a very long time'
1 parent 36b7e38 commit 340f688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceControl.Config/Framework/Modules/InstallerModule.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ internal async Task<ReportCard> Add(ServiceControlInstallableBase details, IProg
6767
{
6868
progress.Report(5, 9, "Registering URL ACLs...");
6969
instanceInstaller.RegisterUrlAcl();
70-
progress.Report(6, 9, "Running instance setup...");
70+
progress.Report(6, 9, "Running instance setup (can take a very long time)...");
7171
instanceInstaller.SetupInstance();
7272
}
7373
catch (Exception ex)
@@ -141,7 +141,7 @@ internal ReportCard Upgrade(ServiceControlBaseService instance, ServiceControlUp
141141

142142
UpgradeOptions(upgradeOptions, instance);
143143

144-
progress.Report(++currentStep, totalSteps, "Running instance setup...");
144+
progress.Report(++currentStep, totalSteps, "Running instance setup (can take a very long time)...");
145145
instance.SetupInstance();
146146

147147
instance.ReportCard.SetStatus();

0 commit comments

Comments
 (0)