Increase wait time for server to start

This commit is contained in:
Suhas Joshi 2015-01-14 16:09:07 -08:00
parent 8864111f5b
commit b46bec1a7e
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ namespace E2ETests
var hostProcess = Process.Start(startInfo);
logger.WriteInformation("Started {0}. Process Id : {1}", hostProcess.MainModule.FileName, hostProcess.Id);
Thread.Sleep(15 * 1000);
Thread.Sleep(25 * 1000);
//Clear the appbase so that it does not create issues with successive runs
Environment.SetEnvironmentVariable("KRE_APPBASE", string.Empty);