From 2f2dcf72819214c79f55ff01ff30e3f7f77ae099 Mon Sep 17 00:00:00 2001 From: Michael Croes Date: Tue, 29 Aug 2023 21:38:01 +0200 Subject: [PATCH] test: Raise ReadClock timeout to 1 second --- S7.Net.UnitTest/CommunicationTests/ReadClock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S7.Net.UnitTest/CommunicationTests/ReadClock.cs b/S7.Net.UnitTest/CommunicationTests/ReadClock.cs index 55042d23..23817831 100644 --- a/S7.Net.UnitTest/CommunicationTests/ReadClock.cs +++ b/S7.Net.UnitTest/CommunicationTests/ReadClock.cs @@ -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