Fix compiler warning

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-10-21 06:23:51 -07:00
parent b81bf1064f
commit 3a1c377c03
@@ -260,7 +260,7 @@ namespace Multiplayer
"MultiplayerEditor", false,
"Just launched LaunchEditorServer. About to sleep!");
AZStd::this_thread::sleep_for(AZStd::chrono::seconds(5.0));
AZStd::this_thread::sleep_for(AZStd::chrono::seconds(10));
AZ_Warning("MultiplayerEditor", false, "Just launched LaunchEditorServer. Done sleeping!");