e2e: extend signature-request probe timeout and report flow-run state…#321
Merged
Conversation
… on failure
The client-next live e2e probe times out on a 30s polling loop with no
diagnostic, giving only a UUID on failure. Two small fixes:
1. Default timeout 30s -> 90s. Staging with cold worker warm-up and live
Solana RPC calls regularly exceeds 30s; the probe is fundamentally
waiting for a network-bound event.
2. On timeout, fetch the flow run's current output via `flow/output/{id}`
and attach the first 400 chars to the error. Distinguishes:
- flow crashed before signer (now shows the terminal node error),
- flow still running at timeout (shows in-flight state),
- auth/not-found (shows the status code).
Same apiKey auth as the polling loop already uses; best-effort with its
own 5s timeout so diagnostic failure can't shadow the real error.
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.
No description provided.