From c9a02e3c8ac1e090d730be8cf2af5bbec3be5414 Mon Sep 17 00:00:00 2001 From: Gene Walters Date: Mon, 25 Oct 2021 14:31:36 -0700 Subject: [PATCH] Revert "Lowering timeout so pytest doesnt abort, but still get mode time to read the server logs" This reverts commit 8380c5ff246c2c995e17b74a252cd0dd7f4e0bba. Signed-off-by: Gene Walters --- .../EditorPythonTestTools/editor_python_test_tools/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/utils.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/utils.py index 4d57f80bfb..713eb74f8c 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/utils.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/utils.py @@ -90,7 +90,7 @@ class TestHelper: found_unexpected_lines = [x for x in found_lines if unexpected_line in x] Report.critical_result(("ServerLauncher exists.", "ServerLauncher does not exist!"), not found_unexpected_lines) - TestHelper.wait_for_condition(lambda : multiplayer.PythonEditorFuncs_is_in_game_mode(), 90.0) + TestHelper.wait_for_condition(lambda : multiplayer.PythonEditorFuncs_is_in_game_mode(), 30*60.0) # @todo delete! debugging Jenkins Report.info("PRINTING THE ENTIRE SERVER LOG!")