Browse Source

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

Signed-off-by: jckand-amzn <[email protected]>
jckand-amzn 2 years ago
parent
commit
7ae09f11ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Periodic.py

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