Browse Source

Improve Unit Tests.

release/3.x.x
Christian Kratky 4 years ago
parent
commit
3e4f4a59a8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Tests/MQTTnet.Core.Tests/Server_Tests.cs

+ 2
- 0
Tests/MQTTnet.Core.Tests/Server_Tests.cs View File

@@ -668,6 +668,8 @@ namespace MQTTnet.Tests
testEnvironment2.TrackException(exception);
}
}));

await Task.Delay(10);
}

await Task.WhenAll(tasks);


Loading…
Cancel
Save