add extra timeout value as well as some extra time.sleep() calls in an attempt to fix the test (seems race condition related)

Signed-off-by: jromnoa <jromnoa@amazon.com>
This commit is contained in:
jromnoa
2021-08-27 20:35:11 -07:00
parent d39a6a9085
commit 0ae25fe7e7
2 changed files with 3 additions and 1 deletions
@@ -299,7 +299,7 @@ class TestMaterialEditorBasicTests(object):
generic_launcher,
"hydra_AtomMaterialEditor_BasicTests.py",
run_python="--runpython",
timeout=80,
timeout=EDITOR_TIMEOUT,
expected_lines=expected_lines,
unexpected_lines=unexpected_lines,
halt_on_unexpected=True,