Add TS_IDE_START_TIMEOUT constant and Claude Code configuration#23734
Merged
dmytro-ndp merged 8 commits intomainfrom Feb 2, 2026
Merged
Add TS_IDE_START_TIMEOUT constant and Claude Code configuration#23734dmytro-ndp merged 8 commits intomainfrom
dmytro-ndp merged 8 commits intomainfrom
Conversation
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
…ear" This reverts commit 921f5cb.
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
SkorikSergey
approved these changes
Feb 2, 2026
artaleks9
approved these changes
Feb 2, 2026
olkornii
approved these changes
Feb 2, 2026
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.
What does this PR do?
TS_IDE_START_TIMEOUTconstant - New timeout for IDE startup inTIMEOUT_CONSTANTS.ts, which helps to handle The workspace status remains "Starting" in the last 300 seconds start workspace error:Test run, which handled error correctly: https://jenkins-csb-crwqe-main.dno.corp.redhat.com/job/Testing/job/e2e/job/basic/job/typescript-tests/51649/consoleFull
All functional test run: https://jenkins-csb-crwqe-main.dno.corp.redhat.com/job/Testing/job/e2e/job/complex/job/latest/job/functional-tests/2522/
CLAUDE.md- Project instructions and quick reference/e2e-test-developerskill - Code style, patterns, and best practices guidance/run-e2e-testcommand - Unified test runner for Che/Dev Spaces (local or Podman)Screenshot/screencast of this PR
N/A
What issues does this PR fix or reference?
CRW-10034
How to test this PR?
Timeout constant:
TS_IDE_START_TIMEOUT(e.g.,SmokeTest with)Claude Code configuration:
claudeintests/e2e/directory/e2e-test-developer,/run-e2e-testPR Checklist
What issues does this PR fix or referenceandHow to test this PRcompleted