Skip to content

Commit fa39e3a

Browse files
Merge branch stable into master
2 parents df30ce6 + 3cfb3d8 commit fa39e3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dist.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ function src-dist {
157157
cp -r projects tmp/srcdist/
158158
rm -f tmp/srcdist/projects/README
159159
cp -r docs/specs/*.xml tmp/srcdist/docs/specs/
160-
cp -r lib/nunit tmp/srcdist/lib/
161160
cp README.in tmp/srcdist/README
162161
if [ -n "$NO_LINKS" ]; then
163162
touch tmp/srcdist/README

projects/client/Unit/src/unit/TestHeartbeats.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void TestThatHeartbeatWriterWithTLSEnabled()
9494
RunSingleConnectionTest(cf);
9595
}
9696

97-
[Test, Category("LongRunning"), MaxTimeAttribute(65000)]
97+
[Test, Category("LongRunning"), MaxTimeAttribute(90000)]
9898
public void TestHundredsOfConnectionsWithRandomHeartbeatInterval()
9999
{
100100
var rnd = new Random();

0 commit comments

Comments
 (0)