Kaynağa Gözat

Testing with increased timeout for consistently failing first test in TestScriptCanvasTests class

Signed-off-by: jckand-amzn <[email protected]>
jckand-amzn 2 yıl önce
ebeveyn
işleme
7ae09f11ad

+ 1 - 1
AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Periodic.py

@@ -176,7 +176,7 @@ class TestScriptCanvasTests(object):
             "GraphClose_Default_SavePrompt.py",
             expected_lines,
             auto_test_mode=False,
-            timeout=60,
+            timeout=160,
         )
 
     def test_VariableManager_Default_CreateDeleteVars(self, request, editor, launcher_platform):