File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
projects/client/Unit/src/unit Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ function src-dist {
157
157
cp -r projects tmp/srcdist/
158
158
rm -f tmp/srcdist/projects/README
159
159
cp -r docs/specs/* .xml tmp/srcdist/docs/specs/
160
- cp -r lib/nunit tmp/srcdist/lib/
161
160
cp README.in tmp/srcdist/README
162
161
if [ -n " $NO_LINKS " ]; then
163
162
touch tmp/srcdist/README
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public void TestThatHeartbeatWriterWithTLSEnabled()
94
94
RunSingleConnectionTest ( cf ) ;
95
95
}
96
96
97
- [ Test , Category ( "LongRunning" ) , MaxTimeAttribute ( 65000 ) ]
97
+ [ Test , Category ( "LongRunning" ) , MaxTimeAttribute ( 90000 ) ]
98
98
public void TestHundredsOfConnectionsWithRandomHeartbeatInterval ( )
99
99
{
100
100
var rnd = new Random ( ) ;
You can’t perform that action at this time.
0 commit comments