Skip to content

Commit 1d23095

Browse files
committed
Increase test timeout for YAML export test
Extended the timeout for the 'validates and exports complete session as valid YAML' integration test from 30s to 60s to prevent premature test failures during longer operations.
1 parent ed46f21 commit 1d23095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/integration/complete-session-creation.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ describe('End-to-End Session Creation Workflow', () => {
845845
* - Exported YAML is well-formed
846846
* - All sections are present in export
847847
*/
848-
it('validates and exports complete session as valid YAML', { timeout: 30000 }, async () => {
848+
it('validates and exports complete session as valid YAML', { timeout: 60000 }, async () => {
849849
// ARRANGE
850850
const user = userEvent.setup();
851851
render(<App />);

0 commit comments

Comments
 (0)