Fix(doc) - Add section in docs for deflaking (#10750)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
shishu314
2025-10-08 17:21:02 -04:00
committed by GitHub
parent 3d106186f4
commit 8d8a2ab64e
2 changed files with 9 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ async function main() {
})
.option('runs', {
type: 'number',
default: 50,
default: 5,
description: 'The number of runs to perform',
}).argv;