aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/UpdateServiceHelper.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-06-25 13:53:15 +0300
committerAvi Levkovich <avi@twine-s.com>2018-06-25 13:53:15 +0300
commitc95a8fbe2746db2c1ef73a2c373004b322bdb5bf (patch)
tree410bcca9da486af969d6d4afb142512e3b88c2fc /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/UpdateServiceHelper.cs
parentc68262a29c29d0785337b5982e91ebf741e98b0f (diff)
parenta27ef72084d844ef703aaa9b1c6f4ec032ca182e (diff)
downloadTango-c95a8fbe2746db2c1ef73a2c373004b322bdb5bf.tar.gz
Tango-c95a8fbe2746db2c1ef73a2c373004b322bdb5bf.zip
merge
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/UpdateServiceHelper.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/UpdateServiceHelper.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/UpdateServiceHelper.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/UpdateServiceHelper.cs
index 2194ec5cf..067e4470d 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/UpdateServiceHelper.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/UpdateServiceHelper.cs
@@ -13,8 +13,8 @@ namespace Tango.MachineStudio.Common.Update
public static ChannelFactory<IMachineStudioUpdateService> GetUpdateServiceChannel()
{
BasicHttpBinding binding = new BasicHttpBinding(BasicHttpSecurityMode.None);
- binding.ReceiveTimeout = TimeSpan.FromSeconds(20);
- binding.SendTimeout = TimeSpan.FromSeconds(20);
+ binding.ReceiveTimeout = TimeSpan.FromSeconds(60);
+ binding.SendTimeout = TimeSpan.FromSeconds(60);
binding.MaxBufferPoolSize = 6553600;
binding.MaxBufferSize = 6553600;
binding.MaxReceivedMessageSize = 6553600;