Increased timeout of Haskell Exec SMIR CI test - #1021
Merged
automergerpr-permission-manager[bot] merged 1 commit intoApr 7, 2026
Conversation
mariaKt
marked this pull request as ready for review
April 7, 2026 17:05
mariaKt
requested review from
Stevengre,
dkcumming,
ehildenb,
palinatolmach and
tothtamas28
April 7, 2026 17:05
palinatolmach
approved these changes
Apr 7, 2026
automergerpr-permission-manager
Bot
deleted the
mk/increase-ci-haskell-timeout
branch
April 7, 2026 17:38
This was referenced Apr 7, 2026
automergerpr-permission-manager Bot
pushed a commit
that referenced
this pull request
Apr 7, 2026
The timeout increase [here](#1021) is not enough (depending on the state of the GH runners, this is still a bit too tight). I measured locally, and it took around 40 minutes, so I added another 10 as a leeway for a total of 50 min.
mariaKt
added a commit
to runtimeverification/solana-token
that referenced
this pull request
Apr 9, 2026
Update mir-semantics submodule to latest feature/p-token (d19c66d2aa74c852c5e9d98038864678986d8447) - Decompose multisig signer pubkeys for p-token ([#1018](runtimeverification/mir-semantics#1018)) - ci(stable-mir-ui): make manual UI workflow runnable ([#975](runtimeverification/mir-semantics#975)) - Increased timeout of Haskell Exec SMIR CI test ([#1021](runtimeverification/mir-semantics#1021), [#1023](runtimeverification/mir-semantics#1023))
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.
Our PRs currently mostly fail CI due to the
Haskell Exec SMIRCI test timing out. I increased it from 20 to 30 minutes.