Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Modbus
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AM.WD
Modbus
Commits
4f3e3fe4
Commit
4f3e3fe4
authored
Apr 01, 2019
by
Andreas Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hotfix for failing test
parent
b812db29
Pipeline
#22
failed with stage
in 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
test/UnitTests/ModbusTcpTests.cs
test/UnitTests/ModbusTcpTests.cs
+2
-0
No files found.
.gitlab-ci.yml
View file @
4f3e3fe4
...
...
@@ -8,6 +8,7 @@ release:
script
:
-
dotnet restore
-
dotnet build -c Release
-
dotnet test
tags
:
-
docker
artifacts
:
...
...
test/UnitTests/ModbusTcpTests.cs
View file @
4f3e3fe4
...
...
@@ -54,6 +54,8 @@ namespace UnitTests
await
server
.
Stop
();
await
client
.
ReadHoldingRegisters
(
0
,
0
,
1
);
// Time for the scheduler to launch a thread to start the reconnect
await
Task
.
Delay
(
1
);
Assert
.
IsFalse
(
client
.
IsConnected
);
server
.
Start
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment