Fix Flaky Check

This commit is contained in:
Alexey Milovidov 2023-01-30 02:51:21 +01:00
parent 9c1ca24292
commit ca181afc8f

View File

@ -935,7 +935,7 @@ class TestCase:
if (
self.testcase_args.test_runs > 1
and total_time > 60
and total_time > 120
and "long" not in self.tags
):
if debug_log: