Merge pull request #670 from aws-lumberyard-dev/Atom/jromnoa/SPEC-6574-increase-test-timeout-for-debug-builds
Increase Atom AutomatedTesting tests timeout so that it passes in debug builds.
This commit is contained in:
@@ -18,7 +18,7 @@ import pytest
|
||||
import editor_python_test_tools.hydra_test_utils as hydra
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
EDITOR_TIMEOUT = 120
|
||||
EDITOR_TIMEOUT = 300
|
||||
TEST_DIRECTORY = os.path.join(os.path.dirname(__file__), "atom_hydra_scripts")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user