You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/AutomatedTesting/Gem/PythonTests/Physics/tests/joints
amzn-sean 5bf7330f35
made some physX tests less flaky (#4632)
Joints_BallLeadFollowerCollide - changed the idle_wait to a wait_for_condition of the lead and follower colliding with a 10 second timeout. It was a 2 second timeout which is on the edge of the time from start to collision (~1.5sec).

Joints_HingeNoLimitsConstrained - now measures the angle the joint is at and waits for the follower to raise up and over the lead, or fail after a 10sec timeout. This use to 'catch' the follower joint in a force region and check the position of the follower to determine pass/fail.

Signed-off-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com>
4 years ago
..
JointsHelper.py remove some flackyness in physx automated tests (#4547) 4 years ago
Joints_Ball2BodiesConstrained.py Rename to final folder name 4 years ago
Joints_BallBreakable.py Rename to final folder name 4 years ago
Joints_BallLeadFollowerCollide.py made some physX tests less flaky (#4632) 4 years ago
Joints_BallNoLimitsConstrained.py Rename to final folder name 4 years ago
Joints_BallSoftLimitsConstrained.py Rename to final folder name 4 years ago
Joints_Fixed2BodiesConstrained.py Rename to final folder name 4 years ago
Joints_FixedBreakable.py Rename to final folder name 4 years ago
Joints_GlobalFrameConstrained.py Rename to final folder name 4 years ago
Joints_Hinge2BodiesConstrained.py Rename to final folder name 4 years ago
Joints_HingeBreakable.py Rename to final folder name 4 years ago
Joints_HingeLeadFollowerCollide.py Rename to final folder name 4 years ago
Joints_HingeNoLimitsConstrained.py made some physX tests less flaky (#4632) 4 years ago
Joints_HingeSoftLimitsConstrained.py Rename to final folder name 4 years ago