Skip to content

Raise default compile timeout to 60s and improve timeout error message#2192

Merged
rafal-hawrylak merged 1 commit into
mainfrom
fix_issue_2174
Jun 2, 2026
Merged

Raise default compile timeout to 60s and improve timeout error message#2192
rafal-hawrylak merged 1 commit into
mainfrom
fix_issue_2174

Conversation

@rafal-hawrylak

Copy link
Copy Markdown
Collaborator

Default compilation timeout was 30s. Bump to 60s so larger projects don't hit it on a single compile pass.

Extends the "Compilation timed out" error to point at --timeout with concrete examples (--timeout=2m, --timeout=1h) so users can self-mitigate without reading docs.

@kolina kolina left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but can you please remove non-related changes for other fix?

@rafal-hawrylak

Copy link
Copy Markdown
Collaborator Author

LGTM, but can you please remove non-related changes for other fix?

The branch with this fix comes out of the branch fix_issue_2177 for the other fix. This branch contains just the commit related to this issue. Those are chained changes (wanted to avoid merge conflicts while having independent branches and to save PR round trips). Unfortunately GitHub by default shows diffs from this and the other branches at the same time. Those could be filtered out in GitHub UI.

@rafal-hawrylak rafal-hawrylak requested a review from kolina June 2, 2026 09:17
Default compilation timeout was 30s. Bump to 60s so larger projects
don't hit it on a single compile pass.

Extends the "Compilation timed out" error to point at --timeout with
concrete examples (--timeout=2m, --timeout=1h) so users can self-mitigate
without reading docs.
@rafal-hawrylak

Copy link
Copy Markdown
Collaborator Author

LGTM, but can you please remove non-related changes for other fix?

The branch with this fix comes out of the branch fix_issue_2177 for the other fix. This branch contains just the commit related to this issue. Those are chained changes (wanted to avoid merge conflicts while having independent branches and to save PR round trips). Unfortunately GitHub by default shows diffs from this and the other branches at the same time. Those could be filtered out in GitHub UI.

After the source branch has been merged and rebase now GitHub shows just clean contents of this commit.

@rafal-hawrylak rafal-hawrylak merged commit 529f14c into main Jun 2, 2026
10 checks passed
@rafal-hawrylak rafal-hawrylak deleted the fix_issue_2174 branch June 2, 2026 11: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.

[Bug] dataform run --dry-run compilation timeout in @dataform/cli@3.0.57 (JiT Worker regression)

2 participants