@@ -90,7 +90,7 @@ describe("API focus", function() {
90
90
expect ( legendItems . data3 . classed ( itemFocused ) ) . to . not . be . ok ;
91
91
92
92
done ( 1 ) ;
93
- } , 300 ) ;
93
+ } , 350 ) ;
94
94
} ) ) ;
95
95
96
96
it ( "should focus multiple targets" , ( ) => new Promise ( done => {
@@ -119,7 +119,7 @@ describe("API focus", function() {
119
119
expect ( legendItems . data3 . classed ( itemFocused ) ) . to . not . be . ok ;
120
120
121
121
done ( 1 ) ;
122
- } , 300 ) ;
122
+ } , 350 ) ;
123
123
} ) ) ;
124
124
} ) ;
125
125
@@ -146,7 +146,7 @@ describe("API focus", function() {
146
146
} ) ;
147
147
148
148
done ( 1 ) ;
149
- } , 300 ) ;
149
+ } , 350 ) ;
150
150
} ) ) ;
151
151
152
152
@@ -214,7 +214,7 @@ describe("API focus", function() {
214
214
} ) ;
215
215
216
216
done ( 1 ) ;
217
- } , 300 ) ;
217
+ } , 350 ) ;
218
218
} ) ) ;
219
219
220
220
it ( "should defocus multiple targets after focused" , ( ) => new Promise ( done => {
@@ -253,8 +253,8 @@ describe("API focus", function() {
253
253
) . to . be . ok ;
254
254
255
255
done ( 1 ) ;
256
- } , 300 ) ;
257
- } , 300 ) ;
256
+ } , 350 ) ;
257
+ } , 350 ) ;
258
258
} ) ) ;
259
259
} ) ;
260
260
@@ -284,8 +284,8 @@ describe("API focus", function() {
284
284
} ) ;
285
285
286
286
done ( 1 ) ;
287
- } , 300 ) ;
288
- } , 300 ) ;
287
+ } , 350 ) ;
288
+ } , 350 ) ;
289
289
} ) ) ;
290
290
291
291
it ( "should revert all targets after defocus" , ( ) => new Promise ( done => {
@@ -313,8 +313,8 @@ describe("API focus", function() {
313
313
} ) ;
314
314
315
315
done ( 1 ) ;
316
- } , 300 ) ;
317
- } , 300 ) ;
316
+ } , 350 ) ;
317
+ } , 350 ) ;
318
318
} ) ) ;
319
319
320
320
it ( "should revert one target after focus" , ( ) => new Promise ( done => {
@@ -361,8 +361,8 @@ describe("API focus", function() {
361
361
expect ( legendItems . data3 . classed ( itemFocused ) ) . to . be . ok ;
362
362
363
363
done ( 1 ) ;
364
- } , 300 ) ;
365
- } , 300 ) ;
364
+ } , 350 ) ;
365
+ } , 350 ) ;
366
366
} ) ) ;
367
367
368
368
it ( "should revert one target after defocus" , ( ) => new Promise ( done => {
@@ -401,8 +401,8 @@ describe("API focus", function() {
401
401
expect ( legendItems . data3 . classed ( itemFocused ) ) . to . not . be . ok ;
402
402
403
403
done ( 1 ) ;
404
- } , 300 ) ;
405
- } , 300 ) ;
404
+ } , 350 ) ;
405
+ } , 350 ) ;
406
406
} ) ) ;
407
407
408
408
it ( "should focus multiple targets after focus" , ( ) => new Promise ( done => {
@@ -451,8 +451,8 @@ describe("API focus", function() {
451
451
expect ( legendItems . data3 . classed ( itemFocused ) ) . to . be . ok ;
452
452
453
453
done ( 1 ) ;
454
- } , 300 ) ;
455
- } , 300 ) ;
454
+ } , 350 ) ;
455
+ } , 350 ) ;
456
456
} ) ) ;
457
457
458
458
it ( "should focus multiple targets after defocus" , ( ) => new Promise ( done => {
@@ -496,8 +496,8 @@ describe("API focus", function() {
496
496
expect ( legendItems . data3 . classed ( itemFocused ) ) . to . not . be . ok ;
497
497
498
498
done ( 1 ) ;
499
- } , 300 ) ;
500
- } , 300 ) ;
499
+ } , 350 ) ;
500
+ } , 350 ) ;
501
501
} ) ) ;
502
502
503
503
} ) ;
@@ -541,7 +541,7 @@ describe("API focus", function() {
541
541
expect ( legend ) . to . be . null ;
542
542
543
543
done ( 1 ) ;
544
- } , 300 ) ;
544
+ } , 350 ) ;
545
545
} ) ) ;
546
546
547
547
it ( "should defocus all targets without showing legend" , ( ) => new Promise ( done => {
@@ -559,7 +559,7 @@ describe("API focus", function() {
559
559
expect ( legend ) . to . be . null ;
560
560
561
561
done ( 1 ) ;
562
- } , 300 ) ;
562
+ } , 350 ) ;
563
563
} ) ) ;
564
564
565
565
it ( "should revert all targets after focus" , ( ) => new Promise ( done => {
@@ -580,8 +580,8 @@ describe("API focus", function() {
580
580
expect ( legend ) . to . be . null ;
581
581
582
582
done ( 1 ) ;
583
- } , 300 ) ;
584
- } , 300 ) ;
583
+ } , 350 ) ;
584
+ } , 350 ) ;
585
585
} ) ) ;
586
586
} ) ;
587
587
} ) ;
0 commit comments