diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-07-20 15:02:13 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-07-20 15:02:13 +0300 |
| commit | b85112b0931a41924fa6e6d2bf262b56314c0734 (patch) | |
| tree | 67a42f5d9c4d994e551841d7efc1e72ea5791e68 /Software/Visual_Studio/Tango.Integration | |
| parent | 0606211fa20bc124bd639d6a8d97927520a7041f (diff) | |
| parent | 9b210cc6bef8c7efd3fbceb0be58ebc9dd983861 (diff) | |
| download | Tango-b85112b0931a41924fa6e6d2bf262b56314c0734.tar.gz Tango-b85112b0931a41924fa6e6d2bf262b56314c0734.zip | |
Merge branch 'eureka' of https://twinetfs.visualstudio.com/Tango/_git/Tango into eureka
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index d312f0066..7b4ce4abc 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -4654,7 +4654,7 @@ namespace Tango.Integration.Operation /// <returns></returns> public Task ResetCard(int cardID) { - return SendRequest<ResetCardRequest, ResetCardResponse>(new ResetCardRequest() { }, new TransportRequestConfig() { Timeout = TimeSpan.FromSeconds(10) }); + return SendRequest<ResetCardRequest, ResetCardResponse>(new ResetCardRequest() { }, new TransportRequestConfig() { Timeout = TimeSpan.FromSeconds(3) }); } #endregion |
