<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="682.850" tests="1" failures="1">
  <testsuite name="Root Suite" timestamp="2026-09-14T14:07:15" tests="0" file="cypress/tests/e2e/modelTraining/trainJobs/testTrainjobProgression.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify a Training Job with Progression Tracking" timestamp="2026-09-14T14:07:15" tests="1" time="682.616" failures="1">
    <testcase name="Verify a Training Job with Progression Tracking &quot;before each&quot; hook: retryableBeforeEach for &quot;Should create and complete training job with progression tracking&quot;" time="197.442" classname="&quot;before each&quot; hook: retryableBeforeEach for &quot;Should create and complete training job with progression tracking&quot;">
      <failure message="

Test steps were:

1. Check if Trainer component is Managed in DSC
2. Create testing project

The following error originated from your test code, not from Cypress.

  &gt; Test exceeded 480s timeout

When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.

Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Verify a Training Job with ...`" type="Error"><![CDATA[Error: The following error originated from your test code, not from Cypress.

  > Test exceeded 480s timeout

When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.
    at eval (webpack://@odh-dashboard/cypress/./cypress/support/e2e.ts:355:12)]]></failure>
    </testcase>
  </testsuite>
</testsuites>