mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 14:28:25 +08:00
test: Raise ReadClock timeout to 1 second
This commit is contained in:
@@ -9,7 +9,7 @@ namespace S7.Net.UnitTest.CommunicationTests;
|
||||
[TestClass]
|
||||
public class ReadClock
|
||||
{
|
||||
[TestMethod, Timeout(500)]
|
||||
[TestMethod, Timeout(1000)]
|
||||
public async Task Read_Clock_Value()
|
||||
{
|
||||
var cs = new CommunicationSequence
|
||||
|
||||
Reference in New Issue
Block a user