hacking around

This commit is contained in:
Tom Gardham-Pallister
2018-05-08 22:57:59 +01:00
parent 66bc6203ad
commit 22fc8668af
2 changed files with 6 additions and 2 deletions

View File

@ -105,6 +105,7 @@ namespace Ocelot.IntegrationTests
GivenFiveServersAreRunning();
GivenIHaveAnOcelotToken("/administration");
WhenISendACommandIntoTheCluster(command);
Thread.Sleep(5000);
ThenTheCommandIsReplicatedToAllStateMachines(command);
}
@ -261,8 +262,8 @@ namespace Ocelot.IntegrationTests
}
catch(Exception e)
{
_output.WriteLine($"{e.Message}, {e.StackTrace}");
Console.WriteLine(e);
//_output.WriteLine($"{e.Message}, {e.StackTrace}");
//Console.WriteLine(e);
return false;
}
}