Skip to content

Commit

Permalink
test: Raise ReadClock timeout to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
mycroes committed Aug 29, 2023
1 parent 07325db commit 2f2dcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S7.Net.UnitTest/CommunicationTests/ReadClock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f2dcf7

Please sign in to comment.