浏览代码

bumping the timout for the test run

Signed-off-by: Scott Murray <[email protected]>
Scott Murray 3 年之前
父节点
当前提交
82c2ffd05a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Standalone/PythonTests/Automated/test_AtomSampleViewer_main_suite.py

+ 1 - 1
Standalone/PythonTests/Automated/test_AtomSampleViewer_main_suite.py

@@ -52,7 +52,7 @@ class TestAutomationMainSuite:
                                 "Trace::Assert",
                                 "Traceback (most recent call last):"]
             atomsampleviewer_log_monitor.monitor_log_for_lines(
-                unexpected_lines=unexpected_lines, halt_on_unexpected=True, timeout=240)
+                unexpected_lines=unexpected_lines, halt_on_unexpected=True, timeout=400)
         except ly_test_tools.log.log_monitor.LogMonitorException as e:
             expected_screenshots_path = os.path.join(
                 workspace.paths.project(), "Scripts", "ExpectedScreenshots")