Skip to content

Commit

Permalink
Made modifications from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed May 13, 2013
1 parent 2f7335b commit e8b04c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void OnConnectionSlowDoesntFireForLongPollingTest(HostType hostType, Tran
{
// Arrange
var mre = new ManualResetEventSlim(false);
host.Initialize(keepAlive: null);
host.Initialize(keepAlive: 2);
var connection = CreateConnection(host, "/my-reconnect");

using (connection)
Expand Down

0 comments on commit e8b04c7

Please sign in to comment.