diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs index 948bc630b..0fdd437f0 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs @@ -20,7 +20,7 @@ namespace Tango.UnitTesting { [TestClass] [TestCategory("Remote Runner")] - public class RemoteRunner_TST + public class RemoteRunner_TST { [TestMethod] public void Run_Remote_Runner_Connect_Upload_And_Execute_Process() @@ -80,10 +80,7 @@ namespace Tango.UnitTesting { UploadID = uploadResponse.UploadID, FileName = executeFileName, - }, new TransportRequestConfig() - { - Timeout = TimeSpan.FromSeconds(30), - }).Result.Message; + }, TimeSpan.FromSeconds(30)).Result.Message; Thread.Sleep(5000); |
