Skip to content

Commit ed46f21

Browse files
committed
Increase timeout for complete session creation test
Extended the timeout for the 'creates complete session with all optional fields' integration test from 30s to 60s to accommodate longer execution times.
1 parent 2762e4f commit ed46f21

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
@@ -264,7 +264,7 @@ describe('End-to-End Session Creation Workflow', () => {
264264
* - Form validates with complete data
265265
* - Exported YAML includes all fields
266266
*/
267-
it('creates complete session with all optional fields', { timeout: 30000 }, async () => {
267+
it('creates complete session with all optional fields', { timeout: 60000 }, async () => {
268268
// ARRANGE
269269
const user = userEvent.setup();
270270
render(<App />);

0 commit comments

Comments
 (0)