How to reproduce:
1. Create and open a new project
2. Install the Adaptive performance package (com.unity.adaptiveperformance)
3. Import the “Thermal” sample from the package (Package Manager > Adaptive Performance > Samples tab > Thermal)
4. Open the “Thermal” scene (Assets > Samples > Adaptive Performance > version > Thermal > Thermal)
5. Enter Play mode
6. Wait for 5 minutes
7. Observe the Editor
Actual result: The Editor exits Play mode after 5 minutes have passed
Expected result: The Editor remains in Play mode, until user exits it manually
Reproducible with: 5.1.6 (6000.0.82f1), 6.0.0 (6000.7.0a5)
Reproducible on: macOS 26.5.2 (M1 Pro), Windows 11
Not reproducible on: No other environment tested
Workaround: Remove Test Timeout in the “ThermalControl.cs” script, by removing lines 37, 40-51