Skip to content

Commit 969ac69

Browse files
Copilothotlong
andcommitted
Fix registration test timeout by increasing hook timeout to 15s
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2ff331c commit 969ac69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-detail/src/registration.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ComponentRegistry } from '@object-ui/core';
44
describe('Plugin Detail Registration', () => {
55
beforeAll(async () => {
66
await import('./index');
7-
});
7+
}, 15000); // Increase timeout to 15 seconds for async import
88

99
it('registers detail-view component', () => {
1010
// We must use getConfig to retrieve the metadata (label, category, etc.)

0 commit comments

Comments
 (0)