increase test timeout so the nightly debug jobs can pass (profile passes without issue)

This commit is contained in:
jromnoa
2021-05-10 11:43:12 -07:00
parent b2523217c3
commit e0e2600b62
@@ -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")