diff --git a/tests/integration_test.py b/tests/integration_test.py index 9669f089..7d34ed6f 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -69,6 +69,7 @@ def _sample_process(self, script_name, options=None, include_profile_name=False) def test_longsleep(self): # running with the gil flag should have ~ no samples returned profile = self._sample_process(_get_script("longsleep.py"), GIL) + print(profile) assert sum(profile.values()) <= 5 # running with the idle flag should have > 95% of samples in the sleep call