Skip to content

fix: stop update-dialog test from timing out on slow CI runners - #8

Merged
ghostcoder42 merged 1 commit into
mainfrom
fix/flaky-update-dialog-test
Sep 5, 2026
Merged

ghostcoder42 merged 1 commit into
mainfrom
fix/flaky-update-dialog-test

Conversation

@ghostcoder42

Copy link
Copy Markdown
Owner

The first post-merge CI run on main failed with 'Exceeded timeout of 5000 ms' in update-dialog.test while the identical PR run and local runs were green — the Modal tree flushes asynchronously through act() and a 2-core hosted runner under parallel-suite load can push that past jest's default 5s. Raise this file's timeout to 15s; structure unchanged.

The first post-merge CI run on main failed with 'Exceeded timeout of
5000 ms' in update-dialog.test while the identical PR run and local runs
were green — the Modal tree flushes asynchronously through act() and a
2-core hosted runner under parallel-suite load can push that past jest's
default 5s. Raise this file's timeout to 15s; structure unchanged.
@ghostcoder42
ghostcoder42 merged commit 2e644d0 into main Sep 5, 2026
1 check passed
@ghostcoder42
ghostcoder42 deleted the fix/flaky-update-dialog-test branch September 5, 2026 00:53
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.

1 participant