perf: 给登陆流水线加个超时#264
Draft
HarcoChen wants to merge 1 commit into
Draft
Conversation
Reviewer's guide (collapsed on small PRs)审查者指南此 PR 通过在流水线 JSON 中为账号切换和下拉框相关节点添加 60 秒超时时间,并在文件末尾补充换行符以规范格式,从而提升了 EndFieldPC 流水线的鲁棒性。 文件层面的变更
Tips and commands与 Sourcery 交互
自定义你的使用体验访问你的 dashboard 可以:
获取帮助Original review guide in EnglishReviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR increases robustness of the EndFieldPC pipeline by adding 60-second timeouts to the account-switch and dropdown-related nodes in the pipeline JSON and normalizing the file formatting with a trailing newline. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
"timeout": 60000to the切换账号-账号密码切换[EndFieldPC]node."timeout": 60000to the切换账号-展开下拉框[EndFieldPC]node."timeout": 60000to the切换账号-下拉框切换[EndFieldPC]node.res/MaaFW/pipeline/EndFieldPC.json.Testing
jq) against the modified file and it succeeded.Codex Task
Summary by Sourcery
在 EndFieldPC 流水线中,为账号切换和下拉菜单步骤增加超时时间,以减少过早失败的情况,并在该流水线的 JSON 文件末尾添加一个换行符。
Original summary in English
Summary by Sourcery
Increase timeouts for account-switch and dropdown steps in the EndFieldPC pipeline to reduce premature failures and add a trailing newline to the pipeline JSON file.