Chromium Code Reviews| Index: chrome/test/data/pdf/material_elements_test.js |
| diff --git a/chrome/test/data/pdf/material_elements_test.js b/chrome/test/data/pdf/material_elements_test.js |
| index f7f507e1813e02f2087253e4cd461a484ffb91dc..b0a6ad2d3f8d8125e25d6a3b01a882a7a288cc0f 100644 |
| --- a/chrome/test/data/pdf/material_elements_test.js |
| +++ b/chrome/test/data/pdf/material_elements_test.js |
| @@ -135,7 +135,7 @@ var tests = [ |
| chrome.test.assertEq('hidden', subBookmarks[1].$.expand.style.visibility); |
| chrome.test.succeed(); |
| - }); |
| + }, 10); |
|
raymes
2015/07/30 04:33:22
Hmm doing this could make the test flaky. If there
tsergeant
2015/07/30 05:02:09
My understanding of it (based on reading the Polym
tsergeant
2015/07/30 07:04:05
Actually, I've now convinced myself the other way.
|
| } |
| ]; |