Verify method completes within 2 seconds using assertTimeout
Preconditions (2)
Step 1: Call the method named 'performHeavyCalculation' without parameters
Step 2: Measure the execution time of the method
Step 3: Verify that the method finishes execution within 2 seconds
✅ Expected Result: The test passes if 'performHeavyCalculation' completes within 2 seconds, otherwise it fails