Browse Source

bumping the timout for the test run

Signed-off-by: Scott Murray <[email protected]>
Scott Murray 3 năm trước cách đây
mục cha
commit
82c2ffd05a

+ 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")