aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-16 16:16:31 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-16 16:16:31 +0300
commita054c6d8866efbc4fe42621b0fa6a4fb4d5532e4 (patch)
tree8a262dc3c6f26abe2517e970209af9017d3cb304 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup
parent04fd2234090e23ff2e648d997a1cc753c9354941 (diff)
downloadTango-a054c6d8866efbc4fe42621b0fa6a4fb4d5532e4.tar.gz
Tango-a054c6d8866efbc4fe42621b0fa6a4fb4d5532e4.zip
Redundant.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
index 5ecd170af..8d1c0e147 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
@@ -142,7 +142,7 @@ namespace Tango.PPC.Common.MachineSetup
{
InvokeUINow(() =>
{
- Thread.Sleep(10); //TODO: this is necessary only for visibility...
+ Thread.Sleep(2); //TODO: this is necessary only for visibility...
DownloadingPackagesProgress = ((double)current / (double)fileSize) * 100d;
});
}))