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

main
jromnoa 5 years ago
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")

Loading…
Cancel
Save