Skip to content

Commit e603d76

Browse files
committed
Increase the timeout for test hook
1 parent d46fda5 commit e603d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tinymce-angular-component/src/test/ts/alien/TestHooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const editorHook = <T = unknown>(component: Type<T>, moduleDef: TestModul
7272
return firstValueFrom(
7373

7474
editorComponent.onInit.pipe(
75-
throwTimeout(10000, `Timed out waiting for editor to load`),
75+
throwTimeout(15000, `Timed out waiting for editor to load`),
7676
switchMap(
7777
({ editor }) =>
7878
new Promise<Editor>((resolve) => {

0 commit comments

Comments
 (0)