We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db38449 commit 0af647cCopy full SHA for 0af647c
Lib/test/test_profiling/test_sampling_profiler/test_cli.py
@@ -756,7 +756,7 @@ def test_run_failed_module_live(self):
756
mock.patch(
757
'profiling.sampling.live_collector.collector.LiveStatsCollector.init_curses',
758
autospec=True,
759
- side_effect=functools.partial(self.mock_init_curses_side_effect, 750)
+ side_effect=functools.partial(self.mock_init_curses_side_effect, 1000)
760
),
761
mock.patch('curses.wrapper', side_effect=self.mock_curses_wrapper),
762
mock.patch("sys.argv", args),
@@ -795,4 +795,4 @@ def test_run_failed_script_live(self):
795
self.assertEndsWith(
796
stderr,
797
'ZeroDivisionError\x1b[0m: \x1b[35mdivision by zero\x1b[0m\n\n'
798
- )
+ )
0 commit comments