@@ -75,7 +75,7 @@ def test_SynthesisLogfile(self) -> None:
7575 for warning in warnings :
7676 print (f"Warning: { warning } " )
7777
78- self .assertLess (processor .Duration , 0.2 )
78+ self .assertLess (processor .Duration , 0.4 )
7979
8080 self .assertEqual (69 , len (processor .InfoMessages ))
8181 self .assertEqual (3 , len (processor .WarningMessages ))
@@ -114,7 +114,7 @@ def test_ImplementationLogfile(self) -> None:
114114 for warning in warnings :
115115 print (f"Warning: { warning } " )
116116
117- self .assertLess (processor .Duration , 0.2 )
117+ self .assertLess (processor .Duration , 0.4 )
118118
119119 self .assertEqual (152 , len (processor .InfoMessages ))
120120 self .assertEqual (2 , len (processor .WarningMessages ))
@@ -181,7 +181,7 @@ def test_SynthesisLogfile(self) -> None:
181181 for warning in warnings :
182182 print (f"Warning: { warning } " )
183183
184- self .assertLess (processor .Duration , 0.2 )
184+ self .assertLess (processor .Duration , 0.4 )
185185
186186 self .assertEqual (70 , len (processor .InfoMessages ))
187187 self .assertEqual (124 , len (processor .WarningMessages ))
@@ -203,7 +203,7 @@ def test_ImplementationLogfile(self) -> None:
203203 for warning in warnings :
204204 print (f"Warning: { warning } " )
205205
206- self .assertLess (processor .Duration , 0.2 )
206+ self .assertLess (processor .Duration , 0.4 )
207207
208208 self .assertEqual (305 , len (processor .InfoMessages ))
209209 # self.assertEqual(126, len(processor.WarningMessages))
@@ -271,7 +271,7 @@ def test_SynthesisLogfile_2019_1(self) -> None:
271271 for warning in warnings :
272272 print (f"Warning: { warning } " )
273273
274- self .assertLess (processor .Duration , 0.2 )
274+ self .assertLess (processor .Duration , 0.4 )
275275
276276 # self.assertEqual(69, len(processor.InfoMessages)) # -1
277277 self .assertEqual (112 , len (processor .WarningMessages ))
@@ -310,7 +310,7 @@ def test_ImplementationLogfile_2019_1(self) -> None:
310310 for warning in warnings :
311311 print (f"Warning: { warning } " )
312312
313- self .assertLess (processor .Duration , 0.2 )
313+ self .assertLess (processor .Duration , 0.4 )
314314
315315 # self.assertEqual(115, len(processor.InfoMessages)) # -12
316316 self .assertEqual (0 , len (processor .WarningMessages ))
@@ -375,7 +375,7 @@ def test_SynthesisLogfile_2019_2(self) -> None:
375375 for warning in warnings :
376376 print (f"Warning: { warning } " )
377377
378- self .assertLess (processor .Duration , 0.2 )
378+ self .assertLess (processor .Duration , 0.4 )
379379
380380 # self.assertEqual(70, len(processor.InfoMessages))
381381 # self.assertEqual(124, len(processor.WarningMessages))
@@ -398,7 +398,7 @@ def test_ImplementationLogfile_2019_2(self) -> None:
398398 for warning in warnings :
399399 print (f"Warning: { warning } " )
400400
401- self .assertLess (processor .Duration , 0.2 )
401+ self .assertLess (processor .Duration , 0.4 )
402402
403403 # self.assertEqual(152, len(processor.InfoMessages))
404404 # self.assertEqual(2, len(processor.WarningMessages))
@@ -463,7 +463,7 @@ def test_SynthesisLogfile_2020_1(self) -> None:
463463 for warning in warnings :
464464 print (f"Warning: { warning } " )
465465
466- self .assertLess (processor .Duration , 0.2 )
466+ self .assertLess (processor .Duration , 0.4 )
467467
468468 # self.assertEqual(70, len(processor.InfoMessages))
469469 # self.assertEqual(124, len(processor.WarningMessages))
@@ -486,7 +486,7 @@ def test_ImplementationLogfile_2020_1(self) -> None:
486486 for warning in warnings :
487487 print (f"Warning: { warning } " )
488488
489- self .assertLess (processor .Duration , 0.2 )
489+ self .assertLess (processor .Duration , 0.4 )
490490
491491 # self.assertEqual(152, len(processor.InfoMessages))
492492 # self.assertEqual(2, len(processor.WarningMessages))
@@ -551,7 +551,7 @@ def test_SynthesisLogfile_2020_2(self) -> None:
551551 for warning in warnings :
552552 print (f"Warning: { warning } " )
553553
554- self .assertLess (processor .Duration , 0.2 )
554+ self .assertLess (processor .Duration , 0.4 )
555555
556556 # self.assertEqual(70, len(processor.InfoMessages))
557557 # self.assertEqual(124, len(processor.WarningMessages))
@@ -574,7 +574,7 @@ def test_ImplementationLogfile_2020_2(self) -> None:
574574 for warning in warnings :
575575 print (f"Warning: { warning } " )
576576
577- self .assertLess (processor .Duration , 0.2 )
577+ self .assertLess (processor .Duration , 0.4 )
578578
579579 # self.assertEqual(152, len(processor.InfoMessages))
580580 # self.assertEqual(2, len(processor.WarningMessages))
@@ -639,7 +639,7 @@ def test_SynthesisLogfile_2021_1(self) -> None:
639639 for warning in warnings :
640640 print (f"Warning: { warning } " )
641641
642- self .assertLess (processor .Duration , 0.2 )
642+ self .assertLess (processor .Duration , 0.4 )
643643
644644 # self.assertEqual(70, len(processor.InfoMessages))
645645 # self.assertEqual(124, len(processor.WarningMessages))
@@ -662,7 +662,7 @@ def test_ImplementationLogfile_2021_1(self) -> None:
662662 for warning in warnings :
663663 print (f"Warning: { warning } " )
664664
665- self .assertLess (processor .Duration , 0.2 )
665+ self .assertLess (processor .Duration , 0.4 )
666666
667667 # self.assertEqual(152, len(processor.InfoMessages))
668668 # self.assertEqual(2, len(processor.WarningMessages))
@@ -727,7 +727,7 @@ def test_SynthesisLogfile_2021_2(self) -> None:
727727 for warning in warnings :
728728 print (f"Warning: { warning } " )
729729
730- self .assertLess (processor .Duration , 0.2 )
730+ self .assertLess (processor .Duration , 0.4 )
731731
732732 # self.assertEqual(70, len(processor.InfoMessages))
733733 # self.assertEqual(124, len(processor.WarningMessages))
@@ -750,7 +750,7 @@ def test_ImplementationLogfile_2021_2(self) -> None:
750750 for warning in warnings :
751751 print (f"Warning: { warning } " )
752752
753- self .assertLess (processor .Duration , 0.2 )
753+ self .assertLess (processor .Duration , 0.4 )
754754
755755 # self.assertEqual(152, len(processor.InfoMessages))
756756 # self.assertEqual(2, len(processor.WarningMessages))
@@ -815,7 +815,7 @@ def test_SynthesisLogfile_2022_1(self) -> None:
815815 for warning in warnings :
816816 print (f"Warning: { warning } " )
817817
818- self .assertLess (processor .Duration , 0.2 )
818+ self .assertLess (processor .Duration , 0.4 )
819819
820820 # self.assertEqual(70, len(processor.InfoMessages))
821821 # self.assertEqual(124, len(processor.WarningMessages))
@@ -837,7 +837,7 @@ def test_ImplementationLogfile_2022_1(self) -> None:
837837 for warning in warnings :
838838 print (f"Warning: { warning } " )
839839
840- self .assertLess (processor .Duration , 0.2 )
840+ self .assertLess (processor .Duration , 0.4 )
841841
842842 # self.assertEqual(152, len(processor.InfoMessages))
843843 # self.assertEqual(2, len(processor.WarningMessages))
@@ -902,7 +902,7 @@ def test_SynthesisLogfile_2022_2(self) -> None:
902902 for warning in warnings :
903903 print (f"Warning: { warning } " )
904904
905- self .assertLess (processor .Duration , 0.2 )
905+ self .assertLess (processor .Duration , 0.4 )
906906
907907 # self.assertEqual(70, len(processor.InfoMessages))
908908 # self.assertEqual(124, len(processor.WarningMessages))
@@ -925,7 +925,7 @@ def test_ImplementationLogfile_2022_2(self) -> None:
925925 for warning in warnings :
926926 print (f"Warning: { warning } " )
927927
928- self .assertLess (processor .Duration , 0.2 )
928+ self .assertLess (processor .Duration , 0.4 )
929929
930930 # self.assertEqual(152, len(processor.InfoMessages))
931931 # self.assertEqual(2, len(processor.WarningMessages))
@@ -990,7 +990,7 @@ def test_SynthesisLogfile_2023_1(self) -> None:
990990 for warning in warnings :
991991 print (f"Warning: { warning } " )
992992
993- self .assertLess (processor .Duration , 0.2 )
993+ self .assertLess (processor .Duration , 0.4 )
994994
995995 # self.assertEqual(70, len(processor.InfoMessages))
996996 # self.assertEqual(124, len(processor.WarningMessages))
@@ -1012,7 +1012,7 @@ def test_ImplementationLogfile_2023_1(self) -> None:
10121012 for warning in warnings :
10131013 print (f"Warning: { warning } " )
10141014
1015- self .assertLess (processor .Duration , 0.2 )
1015+ self .assertLess (processor .Duration , 0.4 )
10161016
10171017 # self.assertEqual(152, len(processor.InfoMessages))
10181018 # self.assertEqual(2, len(processor.WarningMessages))
@@ -1077,7 +1077,7 @@ def test_SynthesisLogfile_2023_2(self) -> None:
10771077 for warning in warnings :
10781078 print (f"Warning: { warning } " )
10791079
1080- self .assertLess (processor .Duration , 0.2 )
1080+ self .assertLess (processor .Duration , 0.4 )
10811081
10821082 # self.assertEqual(70, len(processor.InfoMessages))
10831083 # self.assertEqual(124, len(processor.WarningMessages))
@@ -1099,7 +1099,7 @@ def test_ImplementationLogfile_2023_2(self) -> None:
10991099 for warning in warnings :
11001100 print (f"Warning: { warning } " )
11011101
1102- self .assertLess (processor .Duration , 0.2 )
1102+ self .assertLess (processor .Duration , 0.4 )
11031103
11041104 # self.assertEqual(152, len(processor.InfoMessages))
11051105 # self.assertEqual(2, len(processor.WarningMessages))
@@ -1164,7 +1164,7 @@ def test_SynthesisLogfile_2024_1(self) -> None:
11641164 for warning in warnings :
11651165 print (f"Warning: { warning } " )
11661166
1167- self .assertLess (processor .Duration , 0.2 )
1167+ self .assertLess (processor .Duration , 0.4 )
11681168
11691169 # self.assertEqual(70, len(processor.InfoMessages))
11701170 # self.assertEqual(124, len(processor.WarningMessages))
@@ -1186,7 +1186,7 @@ def test_ImplementationLogfile_2024_1(self) -> None:
11861186 for warning in warnings :
11871187 print (f"Warning: { warning } " )
11881188
1189- self .assertLess (processor .Duration , 0.2 )
1189+ self .assertLess (processor .Duration , 0.4 )
11901190
11911191 # self.assertEqual(152, len(processor.InfoMessages))
11921192 # self.assertEqual(2, len(processor.WarningMessages))
@@ -1251,7 +1251,7 @@ def test_SynthesisLogfile_2024_2(self) -> None:
12511251 for warning in warnings :
12521252 print (f"Warning: { warning } " )
12531253
1254- self .assertLess (processor .Duration , 0.2 )
1254+ self .assertLess (processor .Duration , 0.4 )
12551255
12561256 # self.assertEqual(70, len(processor.InfoMessages))
12571257 # self.assertEqual(124, len(processor.WarningMessages))
@@ -1273,7 +1273,7 @@ def test_ImplementationLogfile_2024_2(self) -> None:
12731273 for warning in warnings :
12741274 print (f"Warning: { warning } " )
12751275
1276- self .assertLess (processor .Duration , 0.2 )
1276+ self .assertLess (processor .Duration , 0.4 )
12771277
12781278 # self.assertEqual(152, len(processor.InfoMessages))
12791279 # self.assertEqual(2, len(processor.WarningMessages))
@@ -1338,7 +1338,7 @@ def test_SynthesisLogfile_2025_1(self) -> None:
13381338 for warning in warnings :
13391339 print (f"Warning: { warning } " )
13401340
1341- self .assertLess (processor .Duration , 0.2 )
1341+ self .assertLess (processor .Duration , 0.4 )
13421342
13431343 # self.assertEqual(70, len(processor.InfoMessages))
13441344 # self.assertEqual(124, len(processor.WarningMessages))
@@ -1360,7 +1360,7 @@ def test_ImplementationLogfile_2025_1(self) -> None:
13601360 for warning in warnings :
13611361 print (f"Warning: { warning } " )
13621362
1363- self .assertLess (processor .Duration , 0.2 )
1363+ self .assertLess (processor .Duration , 0.4 )
13641364
13651365 # self.assertEqual(152, len(processor.InfoMessages))
13661366 # self.assertEqual(2, len(processor.WarningMessages))
0 commit comments