From 91ec9b4f7ed509a6958344b33b0e79b0df22ec6c Mon Sep 17 00:00:00 2001 From: jromnoa Date: Fri, 23 Apr 2021 10:46:35 -0700 Subject: [PATCH] add CMakeLists.txt comment removal (was missed in last commit) --- AutomatedTesting/Gem/PythonTests/atom_renderer/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/atom_renderer/CMakeLists.txt index 5ad6c425a2..34b504b2d3 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/CMakeLists.txt @@ -12,7 +12,6 @@ ################################################################################ # Atom Renderer: Automated Tests # Runs EditorPythonBindings (hydra) scripts inside the Editor to verify test results for the Atom renderer. -# Utilizes a combination of screenshot comparisons and log files to verify test results. ################################################################################ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED AND AutomatedTesting IN_LIST LY_PROJECTS) @@ -21,7 +20,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED AND AutomatedT TEST_SUITE main PATH ${CMAKE_CURRENT_LIST_DIR}/test_Atom_MainSuite.py TEST_SERIAL - TIMEOUT 1200 + TIMEOUT 300 RUNTIME_DEPENDENCIES AssetProcessor AutomatedTesting.Assets