test: Raise ReadClock timeout to 1 second

This commit is contained in:
Michael Croes
2023-08-29 21:38:01 +02:00
parent 07325db2fa
commit 2f2dcf7281

View File

@@ -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