Skip to content

some diagnostics for observed timeouts#2626

Draft
jtnord wants to merge 2 commits intojenkinsci:masterfrom
jtnord:workflow-editor-timeout
Draft

some diagnostics for observed timeouts#2626
jtnord wants to merge 2 commits intojenkinsci:masterfrom
jtnord:workflow-editor-timeout

Conversation

@jtnord
Copy link
Member

@jtnord jtnord commented Feb 25, 2026

org.openqa.selenium.TimeoutException:
Expected condition failed: Timed out waiting on '#workflow-editor-1 .ace_text-input' to be rendered.
(tried for 20 seconds with 500 milliseconds interval)
Build info: version: '4.40.0', revision: 'b3333f1'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.12.55+', java.version: '21.0.10'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:276)
	at org.jenkinsci.test.acceptance.junit.Wait.timeoutException(Wait.java:191)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at org.jenkinsci.test.acceptance.junit.Wait.until(Wait.java:120)
	at org.jenkinsci.test.acceptance.po.WorkflowJob.waitForRenderOf(WorkflowJob.java:79)
	at org.jenkinsci.test.acceptance.po.WorkflowJob$1.waitFor(WorkflowJob.java:70)
	at org.jenkinsci.test.acceptance.po.WorkflowJob$1.set(WorkflowJob.java:54)

Testing done

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests that demonstrate the feature works or the issue is fixed

```
org.openqa.selenium.TimeoutException:
Expected condition failed: Timed out waiting on '#workflow-editor-1 .ace_text-input' to be rendered.
(tried for 20 seconds with 500 milliseconds interval)
Build info: version: '4.40.0', revision: 'b3333f1'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.12.55+', java.version: '21.0.10'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:276)
	at org.jenkinsci.test.acceptance.junit.Wait.timeoutException(Wait.java:191)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at org.jenkinsci.test.acceptance.junit.Wait.until(Wait.java:120)
	at org.jenkinsci.test.acceptance.po.WorkflowJob.waitForRenderOf(WorkflowJob.java:79)
	at org.jenkinsci.test.acceptance.po.WorkflowJob$1.waitFor(WorkflowJob.java:70)
	at org.jenkinsci.test.acceptance.po.WorkflowJob$1.set(WorkflowJob.java:54)

```
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