diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-07-19 13:50:12 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-07-19 13:50:12 +0300 |
| commit | f405c02e3e4649535b6d8747a43418db4b164679 (patch) | |
| tree | fad2e4fb1ae4ac0fbe54733cc09ddaf9a60c4573 /Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | |
| parent | 754be25c42cd16c3bd478373fec20b6b3b53620a (diff) | |
| download | Tango-f405c02e3e4649535b6d8747a43418db4b164679.tar.gz Tango-f405c02e3e4649535b6d8747a43418db4b164679.zip | |
Maintenance Changes
Related Work Items: #8753
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
| -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 2d066a78f..9a55ba698 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 |
