dragooncjw 10 месяцев назад
Родитель
Сommit
6f51ff3933

+ 1 - 1
packages/canvas-engine/free-layout-core/__tests__/service/workflow-drag-service.test.ts

@@ -28,7 +28,7 @@ async function fireMouseEvent(type: string, point: IPoint): Promise<void> {
       clientY: point.y,
     })
   );
-  await waitFor(() => {}, { timeout: 1 });
+  await waitFor(() => {}, { timeout: 100 });
 }
 
 describe('workflow-drag-service', () => {