Changeset 1850

Show
Ignore:
Timestamp:
2/17/2010 1:16:59 PM (5 months ago)
Author:
lowjoel
Message:

Upped the timeout to 10 seconds for connecting to the running instance. If this doesn't work, I don't know what would.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Eraser.Manager/RemoteExecutor.cs

    r1802 r1850  
    337337            try 
    338338            { 
    339                 client.Connect(3000); 
     339                client.Connect(10000); 
    340340            } 
    341341            catch (TimeoutException)