From 82b731b673c42864343672ee28a621d4b12cabaf Mon Sep 17 00:00:00 2001 From: amzn-sean <75276488+amzn-sean@users.noreply.github.com> Date: Tue, 19 Oct 2021 13:59:00 +0100 Subject: [PATCH] Increase the timeout for ForceRegion_LinearDampingForceOnRigidBodies. (#4784) The Test runs with a wait_for_condition, and the original timeout was right on the edge of how long the test takes to reach that condition. Signed-off-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com> --- .../force_region/ForceRegion_LinearDampingForceOnRigidBodies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomatedTesting/Gem/PythonTests/Physics/tests/force_region/ForceRegion_LinearDampingForceOnRigidBodies.py b/AutomatedTesting/Gem/PythonTests/Physics/tests/force_region/ForceRegion_LinearDampingForceOnRigidBodies.py index 4e3cc4e43d..f5aae42340 100644 --- a/AutomatedTesting/Gem/PythonTests/Physics/tests/force_region/ForceRegion_LinearDampingForceOnRigidBodies.py +++ b/AutomatedTesting/Gem/PythonTests/Physics/tests/force_region/ForceRegion_LinearDampingForceOnRigidBodies.py @@ -126,7 +126,7 @@ def ForceRegion_LinearDampingForceOnRigidBodies(): # Constants CLOSE_ENOUGH = 0.001 - TIME_OUT = 3.0 + TIME_OUT = 10.0 INITIAL_VELOCITY = azmath.Vector3(0.0, 0.0, -10.0) # 1) Open level / Enter game mode