|
102 | 102 | { |
103 | 103 | "label": "Font family pref", |
104 | 104 | "url": "http://localhost:8000/tests/font-family.html", |
105 | | - "delay": 0, |
| 105 | + "delay": 500, |
106 | 106 | "selectors": ["document"], |
107 | 107 | "misMatchThreshold" : 0.1 |
108 | 108 | }, |
|
186 | 186 | { |
187 | 187 | "label": "Accessibility font pref", |
188 | 188 | "url": "http://localhost:8000/tests/a11y-font.html", |
189 | | - "delay": 200, |
| 189 | + "delay": 500, |
190 | 190 | "selectors": ["document"], |
191 | 191 | "misMatchThreshold" : 0.1 |
192 | 192 | }, |
|
200 | 200 | { |
201 | 201 | "label": "Accessibility custom pref", |
202 | 202 | "url": "http://localhost:8000/tests/a11y-custom.html", |
203 | | - "delay": 200, |
| 203 | + "delay": 500, |
204 | 204 | "selectors": ["document"], |
205 | 205 | "misMatchThreshold" : 0.1 |
206 | 206 | }, |
|
221 | 221 | { |
222 | 222 | "label": "Font weight pref", |
223 | 223 | "url": "http://localhost:8000/tests/font-weight.html", |
224 | | - "delay": 0, |
| 224 | + "delay": 500, |
225 | 225 | "selectors": ["document"], |
226 | 226 | "misMatchThreshold" : 0.1 |
227 | 227 | }, |
228 | 228 | { |
229 | 229 | "label": "Font width Keyword pref", |
230 | 230 | "url": "http://localhost:8000/tests/font-width-keyword.html", |
231 | | - "delay": 0, |
| 231 | + "delay": 500, |
232 | 232 | "selectors": ["document"], |
233 | 233 | "misMatchThreshold" : 0.1 |
234 | 234 | }, |
235 | 235 | { |
236 | 236 | "label": "Font width Percentage pref", |
237 | 237 | "url": "http://localhost:8000/tests/font-width-percentage.html", |
238 | | - "delay": 0, |
| 238 | + "delay": 500, |
239 | 239 | "selectors": ["document"], |
240 | 240 | "misMatchThreshold" : 0.1 |
241 | 241 | }, |
|
0 commit comments