Deflake RendererAudioOutputStreamFactoryIntegrationTest
I reproduced the flake locally and found that the RenderCallback was busy generating sine values, causing an underrun. This CL increases the buffer duration by 10 (also increasing the timeout by 5), and decreases the sample frequency (so that fewer values have to be generated). Since the test was quite slow, kBuffers is also reduced a bit. With these changes, the test ran 1M times with asan without any flakes. Bug: 761214 Change-Id: I0855a63edbd62e4c4f9afe4d9d1f68c2b61ff61c Reviewed-on: https://chromium-review.googlesource.com/c/1309734Reviewed-by:Oskar Sundbom <ossu@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#604225}
Showing
Please register or sign in to comment