@@ -80,6 +80,7 @@ describe('Part Playout Timings', () => {
80
80
fromPartRemaining : 0 ,
81
81
fromPartPostroll : 0 ,
82
82
toPartPostroll : 0 ,
83
+ fromPartKeepalive : 0 ,
83
84
} )
84
85
)
85
86
} )
@@ -102,6 +103,7 @@ describe('Part Playout Timings', () => {
102
103
fromPartRemaining : 0 ,
103
104
fromPartPostroll : 0 ,
104
105
toPartPostroll : 0 ,
106
+ fromPartKeepalive : 0 ,
105
107
} )
106
108
)
107
109
} )
@@ -124,6 +126,7 @@ describe('Part Playout Timings', () => {
124
126
fromPartRemaining : 231 ,
125
127
fromPartPostroll : 231 ,
126
128
toPartPostroll : 0 ,
129
+ fromPartKeepalive : 0 ,
127
130
} )
128
131
)
129
132
} )
@@ -146,6 +149,7 @@ describe('Part Playout Timings', () => {
146
149
fromPartRemaining : 289 ,
147
150
fromPartPostroll : 0 ,
148
151
toPartPostroll : 0 ,
152
+ fromPartKeepalive : 0 ,
149
153
} )
150
154
)
151
155
} )
@@ -168,6 +172,7 @@ describe('Part Playout Timings', () => {
168
172
fromPartRemaining : 231 + 289 ,
169
173
fromPartPostroll : 231 ,
170
174
toPartPostroll : 0 ,
175
+ fromPartKeepalive : 0 ,
171
176
} )
172
177
)
173
178
} )
@@ -191,6 +196,7 @@ describe('Part Playout Timings', () => {
191
196
fromPartRemaining : 452 ,
192
197
fromPartPostroll : 0 ,
193
198
toPartPostroll : 0 ,
199
+ fromPartKeepalive : 452 ,
194
200
} )
195
201
)
196
202
} )
@@ -214,6 +220,7 @@ describe('Part Playout Timings', () => {
214
220
fromPartRemaining : 231 + 452 ,
215
221
fromPartPostroll : 231 ,
216
222
toPartPostroll : 0 ,
223
+ fromPartKeepalive : 452 ,
217
224
} )
218
225
)
219
226
} )
@@ -238,6 +245,7 @@ describe('Part Playout Timings', () => {
238
245
fromPartRemaining : 452 ,
239
246
fromPartPostroll : 0 ,
240
247
toPartPostroll : 0 ,
248
+ fromPartKeepalive : 452 ,
241
249
} )
242
250
)
243
251
} )
@@ -262,6 +270,7 @@ describe('Part Playout Timings', () => {
262
270
fromPartRemaining : 231 + 452 ,
263
271
fromPartPostroll : 231 ,
264
272
toPartPostroll : 0 ,
273
+ fromPartKeepalive : 452 ,
265
274
} )
266
275
)
267
276
} )
@@ -286,6 +295,7 @@ describe('Part Playout Timings', () => {
286
295
fromPartRemaining : 2256 ,
287
296
fromPartPostroll : 0 ,
288
297
toPartPostroll : 0 ,
298
+ fromPartKeepalive : 452 ,
289
299
} )
290
300
)
291
301
} )
@@ -310,6 +320,7 @@ describe('Part Playout Timings', () => {
310
320
fromPartRemaining : 231 + 2256 ,
311
321
fromPartPostroll : 231 ,
312
322
toPartPostroll : 0 ,
323
+ fromPartKeepalive : 452 ,
313
324
} )
314
325
)
315
326
} )
@@ -331,6 +342,7 @@ describe('Part Playout Timings', () => {
331
342
fromPartRemaining : 500 ,
332
343
fromPartPostroll : 0 ,
333
344
toPartPostroll : 0 ,
345
+ fromPartKeepalive : 0 ,
334
346
} )
335
347
)
336
348
} )
@@ -345,6 +357,7 @@ describe('Part Playout Timings', () => {
345
357
fromPartRemaining : 500 ,
346
358
fromPartPostroll : 0 ,
347
359
toPartPostroll : 0 ,
360
+ fromPartKeepalive : 0 ,
348
361
} )
349
362
)
350
363
} )
@@ -365,6 +378,7 @@ describe('Part Playout Timings', () => {
365
378
fromPartRemaining : 231 + 500 ,
366
379
fromPartPostroll : 231 ,
367
380
toPartPostroll : 0 ,
381
+ fromPartKeepalive : 0 ,
368
382
} )
369
383
)
370
384
} )
@@ -387,6 +401,7 @@ describe('Part Playout Timings', () => {
387
401
fromPartRemaining : 500 ,
388
402
fromPartPostroll : 0 ,
389
403
toPartPostroll : 0 ,
404
+ fromPartKeepalive : 0 ,
390
405
} )
391
406
)
392
407
} )
@@ -409,6 +424,7 @@ describe('Part Playout Timings', () => {
409
424
fromPartRemaining : 231 + 500 ,
410
425
fromPartPostroll : 231 ,
411
426
toPartPostroll : 0 ,
427
+ fromPartKeepalive : 0 ,
412
428
} )
413
429
)
414
430
} )
@@ -431,6 +447,7 @@ describe('Part Playout Timings', () => {
431
447
fromPartRemaining : 823 ,
432
448
fromPartPostroll : 0 ,
433
449
toPartPostroll : 0 ,
450
+ fromPartKeepalive : 0 ,
434
451
} )
435
452
)
436
453
} )
@@ -453,6 +470,7 @@ describe('Part Playout Timings', () => {
453
470
fromPartRemaining : 231 + 823 ,
454
471
fromPartPostroll : 231 ,
455
472
toPartPostroll : 0 ,
473
+ fromPartKeepalive : 0 ,
456
474
} )
457
475
)
458
476
} )
@@ -476,6 +494,7 @@ describe('Part Playout Timings', () => {
476
494
fromPartRemaining : 500 + 452 ,
477
495
fromPartPostroll : 0 ,
478
496
toPartPostroll : 0 ,
497
+ fromPartKeepalive : 452 ,
479
498
} )
480
499
)
481
500
} )
@@ -499,6 +518,7 @@ describe('Part Playout Timings', () => {
499
518
fromPartRemaining : 231 + 500 + 452 ,
500
519
fromPartPostroll : 231 ,
501
520
toPartPostroll : 0 ,
521
+ fromPartKeepalive : 452 ,
502
522
} )
503
523
)
504
524
} )
@@ -523,6 +543,7 @@ describe('Part Playout Timings', () => {
523
543
fromPartRemaining : 500 + 452 ,
524
544
fromPartPostroll : 0 ,
525
545
toPartPostroll : 0 ,
546
+ fromPartKeepalive : 452 ,
526
547
} )
527
548
)
528
549
} )
@@ -547,6 +568,7 @@ describe('Part Playout Timings', () => {
547
568
fromPartRemaining : 231 + 500 + 452 ,
548
569
fromPartPostroll : 231 ,
549
570
toPartPostroll : 0 ,
571
+ fromPartKeepalive : 452 ,
550
572
} )
551
573
)
552
574
} )
@@ -571,6 +593,7 @@ describe('Part Playout Timings', () => {
571
593
fromPartRemaining : 2256 ,
572
594
fromPartPostroll : 0 ,
573
595
toPartPostroll : 0 ,
596
+ fromPartKeepalive : 452 ,
574
597
} )
575
598
)
576
599
} )
@@ -595,6 +618,7 @@ describe('Part Playout Timings', () => {
595
618
fromPartRemaining : 231 + 2256 ,
596
619
fromPartPostroll : 231 ,
597
620
toPartPostroll : 0 ,
621
+ fromPartKeepalive : 452 ,
598
622
} )
599
623
)
600
624
} )
@@ -624,6 +648,7 @@ describe('Part Playout Timings', () => {
624
648
fromPartRemaining : 500 ,
625
649
fromPartPostroll : 0 ,
626
650
toPartPostroll : 0 ,
651
+ fromPartKeepalive : 0 ,
627
652
} )
628
653
)
629
654
} )
@@ -653,6 +678,7 @@ describe('Part Playout Timings', () => {
653
678
fromPartRemaining : 500 + 452 ,
654
679
fromPartPostroll : 0 ,
655
680
toPartPostroll : 0 ,
681
+ fromPartKeepalive : 452 ,
656
682
} )
657
683
)
658
684
} )
@@ -682,6 +708,7 @@ describe('Part Playout Timings', () => {
682
708
fromPartRemaining : 231 + 500 + 452 ,
683
709
fromPartPostroll : 231 ,
684
710
toPartPostroll : 0 ,
711
+ fromPartKeepalive : 452 ,
685
712
} )
686
713
)
687
714
} )
@@ -710,6 +737,7 @@ describe('Part Playout Timings', () => {
710
737
fromPartRemaining : 500 ,
711
738
fromPartPostroll : 0 ,
712
739
toPartPostroll : 0 ,
740
+ fromPartKeepalive : 0 ,
713
741
} )
714
742
)
715
743
} )
@@ -738,6 +766,7 @@ describe('Part Playout Timings', () => {
738
766
fromPartRemaining : 231 + 500 ,
739
767
fromPartPostroll : 231 ,
740
768
toPartPostroll : 0 ,
769
+ fromPartKeepalive : 0 ,
741
770
} )
742
771
)
743
772
} )
@@ -764,6 +793,7 @@ describe('Part Playout Timings', () => {
764
793
fromPartRemaining : 5000 ,
765
794
fromPartPostroll : 0 ,
766
795
toPartPostroll : 0 ,
796
+ fromPartKeepalive : 5000 ,
767
797
} )
768
798
)
769
799
} )
@@ -790,6 +820,7 @@ describe('Part Playout Timings', () => {
790
820
fromPartRemaining : 500 ,
791
821
fromPartPostroll : 0 ,
792
822
toPartPostroll : 0 ,
823
+ fromPartKeepalive : 0 ,
793
824
} )
794
825
)
795
826
} )
@@ -816,6 +847,7 @@ describe('Part Playout Timings', () => {
816
847
fromPartRemaining : 500 ,
817
848
fromPartPostroll : 0 ,
818
849
toPartPostroll : 0 ,
850
+ fromPartKeepalive : 0 ,
819
851
} )
820
852
)
821
853
} )
@@ -843,6 +875,7 @@ describe('Part Playout Timings', () => {
843
875
fromPartRemaining : 231 + 5000 ,
844
876
fromPartPostroll : 231 ,
845
877
toPartPostroll : 0 ,
878
+ fromPartKeepalive : 5000 ,
846
879
} )
847
880
)
848
881
} )
@@ -869,6 +902,7 @@ describe('Part Playout Timings', () => {
869
902
fromPartRemaining : 231 + 500 ,
870
903
fromPartPostroll : 231 ,
871
904
toPartPostroll : 0 ,
905
+ fromPartKeepalive : 0 ,
872
906
} )
873
907
)
874
908
} )
@@ -895,6 +929,7 @@ describe('Part Playout Timings', () => {
895
929
fromPartRemaining : 231 + 500 ,
896
930
fromPartPostroll : 231 + 0 ,
897
931
toPartPostroll : 0 + 0 ,
932
+ fromPartKeepalive : 0 ,
898
933
} )
899
934
)
900
935
} )
@@ -924,6 +959,7 @@ describe('Part Playout Timings', () => {
924
959
fromPartRemaining : 500 - 345 + 628 ,
925
960
fromPartPostroll : 0 ,
926
961
toPartPostroll : 0 ,
962
+ fromPartKeepalive : 628 ,
927
963
} )
928
964
)
929
965
} )
@@ -950,6 +986,7 @@ describe('Part Playout Timings', () => {
950
986
fromPartRemaining : 231 + 500 - 345 + 628 ,
951
987
fromPartPostroll : 231 ,
952
988
toPartPostroll : 0 ,
989
+ fromPartKeepalive : 628 ,
953
990
} )
954
991
)
955
992
} )
@@ -976,6 +1013,7 @@ describe('Part Playout Timings', () => {
976
1013
fromPartRemaining : 628 ,
977
1014
fromPartPostroll : 0 ,
978
1015
toPartPostroll : 0 ,
1016
+ fromPartKeepalive : 628 ,
979
1017
} )
980
1018
)
981
1019
} )
@@ -1002,6 +1040,7 @@ describe('Part Playout Timings', () => {
1002
1040
fromPartRemaining : 231 + 628 ,
1003
1041
fromPartPostroll : 231 ,
1004
1042
toPartPostroll : 0 ,
1043
+ fromPartKeepalive : 628 ,
1005
1044
} )
1006
1045
)
1007
1046
} )
@@ -1030,6 +1069,7 @@ describe('Part Playout Timings', () => {
1030
1069
fromPartRemaining : 500 - 345 + 628 ,
1031
1070
fromPartPostroll : 0 ,
1032
1071
toPartPostroll : 0 ,
1072
+ fromPartKeepalive : 628 ,
1033
1073
} )
1034
1074
)
1035
1075
} )
@@ -1058,6 +1098,7 @@ describe('Part Playout Timings', () => {
1058
1098
fromPartRemaining : 231 + 500 - 345 + 628 ,
1059
1099
fromPartPostroll : 231 ,
1060
1100
toPartPostroll : 0 ,
1101
+ fromPartKeepalive : 628 ,
1061
1102
} )
1062
1103
)
1063
1104
} )
@@ -1086,6 +1127,7 @@ describe('Part Playout Timings', () => {
1086
1127
fromPartRemaining : 987 ,
1087
1128
fromPartPostroll : 0 ,
1088
1129
toPartPostroll : 0 ,
1130
+ fromPartKeepalive : 628 ,
1089
1131
} )
1090
1132
)
1091
1133
} )
@@ -1114,6 +1156,7 @@ describe('Part Playout Timings', () => {
1114
1156
fromPartRemaining : 231 + 987 ,
1115
1157
fromPartPostroll : 231 ,
1116
1158
toPartPostroll : 0 ,
1159
+ fromPartKeepalive : 628 ,
1117
1160
} )
1118
1161
)
1119
1162
} )
0 commit comments