Update early quit threshold for WebKit Win10 builder
blink_web_tests step on WebKit Win10 uses much less number of shards.
This increases the number of timeouts and crashes on each shard, and
makes an early quit more likely.
Increase the early quit threshold to make this builder more reliable.
Change-Id: I310d2a52793d0be48102760381447246ca0c99f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3853919
Reviewed-by: Brian Sheedy <[email protected]>
Commit-Queue: Weizhong Xia <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1039000}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 689264a6..0a5aa6a00 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -367,6 +367,12 @@
'shards': 8,
},
},
+ 'WebKit Win10': {
+ 'args': [
+ '--exit-after-n-crashes-or-timeouts',
+ '150',
+ ],
+ },
'Win10 Tests x64': {
'args': [
'--target',