Use 5x timeout for web tests on debug builds
Timing stats [1][2] show that debug builds are much more than 2~3x slower than release builds, so the original 3x timeout was too short. We also have seen more timeouts on debug bots because of that. [1] One sample of release build timing stats: (click the "Timing stats" link at the top-right corner) https://test-results.appspot.com/data/layout_results/linux-blink-rel/36524/blink_web_tests%20%28with%20patch%29/layout-test-results/results.html [2] One sample of debug build timing stats: https://test-results.appspot.com/data/layout_results/linux_chromium_dbg_ng/7051/blink_web_tests%20%28with%20patch%29/layout-test-results/results.html Change-Id: I0eeeecf3547e576046238338246aa6849386166f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259134Reviewed-by:Dirk Pranke <dpranke@google.com> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#781601}
Showing
Please register or sign in to comment