Skip to content

Commit e61453e

Browse files
committed
Increase test timeout for metadata modification
Extended the timeout for the 'Sample Metadata Modification Workflow' integration test to 15 seconds to accommodate multiple YAML imports and ensure test reliability.
1 parent 4dffcab commit e61453e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/integration/sample-metadata-modification.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,5 +407,5 @@ describe('Sample Metadata Modification Workflow', () => {
407407
// Verify other data still intact
408408
expect(screen.getByLabelText(/^lab$/i)).toHaveValue('Test Lab');
409409
expect(screen.getByLabelText(/institution/i)).toHaveValue('Test University');
410-
});
410+
}, 15000); // 15 second timeout - imports YAML multiple times
411411
});

0 commit comments

Comments
 (0)