aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-12 19:01:57 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-12 19:01:57 +0300
commite8d4437f1f0f175213d65b9fda4baa63f118adb6 (patch)
tree628ffbde6e7ae175b295034a05325fc778a44acd /Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
parent72edcc9e0261a227017e394302a6eb47197a5868 (diff)
downloadTango-e8d4437f1f0f175213d65b9fda4baa63f118adb6.tar.gz
Tango-e8d4437f1f0f175213d65b9fda4baa63f118adb6.zip
Redundant..
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
index 46308fa6f..8054aae8c 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
@@ -103,7 +103,7 @@ namespace Tango.MachineService.Controllers
{
credentials = manager.CreateRandomLoginAndUser("Tango");
- Task.Delay(TimeSpan.FromMinutes(1)).ContinueWith((x) =>
+ Task.Delay(TimeSpan.FromMinutes(10)).ContinueWith((x) =>
{
using (DbManager m = DbManager.FromAddressAndName(GetDbAddress(), "Tango"))
{