Skip to content
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

git: Increase light client test timeout to 25 mins #1065

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

lexnv
Copy link
Collaborator

@lexnv lexnv commented Jul 13, 2023

This has been filtered as flaky by our CI, increase the timeout to ensure the light client has proper time to sync with the chain and perform the tests.

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
@lexnv lexnv requested a review from a team as a code owner July 13, 2023 13:24
@lexnv lexnv self-assigned this Jul 13, 2023
@lexnv lexnv requested a review from a team as a code owner July 13, 2023 13:24
@jsdw
Copy link
Collaborator

jsdw commented Jul 13, 2023

We'll have to keep an eye on this and see if there is something we can do to speed it up or whatever; isn't it wayyy faster on macs for some reason that we don't really understand?

@lexnv
Copy link
Collaborator Author

lexnv commented Jul 13, 2023

Yep, indeed on Mac synching is way way faster. Might be interesting to see why/if compiling the wasm code represents the majority of that time (deduced from initial issue: smol-dot/smoldot#592 (comment)).

It might be a case of not having enabled/supporting some hardware primitives for x86 (ie avx) that might be enabled on arm (ie neon); or something along those lines.

@lexnv lexnv merged commit 4fb051f into master Jul 13, 2023
7 checks passed
@lexnv lexnv deleted the lexnv/incr_light_timeout branch July 13, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants