-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fwcfg: Synchronize timeout setting with .au3 file updates #4070
base: master
Are you sure you want to change the base?
Conversation
This patch increases the `timeout` to 600 seconds and the `step` to 20 seconds in `fwcfg` testcase to align with the updated `.au3` script timings, ensuring synchronization and preventing timing issues during automation framework. Signed-off-by: wji <[email protected]>
Test result with fwcfg loop
|
Hi @leidwang , Could you help review this patch when you are free since it pass on the acceptance test loop? Thanks a lot. |
LGTM for this PR, please add the au3 script commit to the issue.Thanks. |
Test Result on WS2019 and WinNext
|
We should realize that this error is encountered in the testloop, which means we'd better make sure it can pass under the testloop. |
Hi @leidwang, Yes, it passes on the single case( including ws2019,ws2022, win11-24h2), fwcfg loop, and acceptance loop like below.
|
Hi @vivianQizhu, Could you help review this patch and au3 script when you are free? Thanks in advance. |
This patch increases the
timeout
to 600 seconds and thestep
to 20 seconds infwcfg
testcase to align with the updated.au3
script timings, ensuring synchronization and preventing timing issues during automation framework.ID: 1855
Signed-off-by: wji [email protected]