Removing hacked Jenkins fix in order to rerun with more logging and get a better idea of why its failing in the first place

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-10-21 09:56:03 -07:00
parent f7af0b8d52
commit 6b102cadac
@@ -256,13 +256,13 @@ namespace Multiplayer
{
m_serverProcess = LaunchEditorServer();
AZ_Warning(
"MultiplayerEditor", false,
"Just launched LaunchEditorServer. About to sleep!");
//AZ_Warning(
// "MultiplayerEditor", false,
// "Just launched LaunchEditorServer. About to sleep!")
AZStd::this_thread::sleep_for(AZStd::chrono::seconds(10));
//AZStd::this_thread::sleep_for(AZStd::chrono::seconds(10));
AZ_Warning("MultiplayerEditor", false, "Just launched LaunchEditorServer. Done sleeping!");
//AZ_Warning("MultiplayerEditor", false, "Just launched LaunchEditorServer. Done sleeping!")
}