fix(ci): bump kv-store yarn test TIMEOUT to 1200s#22674
Draft
AztecBot wants to merge 1 commit intomerge-train/fairiesfrom
Draft
fix(ci): bump kv-store yarn test TIMEOUT to 1200s#22674AztecBot wants to merge 1 commit intomerge-train/fairiesfrom
AztecBot wants to merge 1 commit intomerge-train/fairiesfrom
Conversation
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.
The
cd yarn-project/kv-store && yarn testtest_engine command timed out at the default 600s on the latest merge-train/fairies merge commit (run 24686560206, log http://ci.aztec-labs.com/1776712133481712).The new SQLite-OPFS browser test surface from PR #22658 runs sequentially under vitest+playwright/chromium with
ISOLATE=1docker isolation, which is dramatically slower than non-isolated execution. Locally the same suite finishes in ~11s; in CI it stalls past 10 minutes and gets SIGTERMed.Bump the test_cmds prefix to
TIMEOUT=1200to match the pattern already used for slow bench commands further down in the same file. No source changes required.Analysis & timeline: https://gist.github.com/AztecBot/106355e0ec8bfb53a1f8dfe4772590e2
ClaudeBox log: https://claudebox.work/s/5b706683a53f28ad?run=1