diff --git a/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowExplorerPage/TestflowExplorerPage.ViewModel.ts b/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowExplorerPage/TestflowExplorerPage.ViewModel.ts index f60d5afa2d..239d171eec 100644 --- a/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowExplorerPage/TestflowExplorerPage.ViewModel.ts +++ b/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowExplorerPage/TestflowExplorerPage.ViewModel.ts @@ -192,7 +192,7 @@ export class TestflowExplorerPageViewModel { */ public updateNodes = new Debounce().debounce( this.updateNodesDebounce as any, - 300, + 50, ); /** @@ -219,7 +219,7 @@ export class TestflowExplorerPageViewModel { */ public updateEdges = new Debounce().debounce( this.updateEdgesDebounce as any, - 300, + 50, ); /** diff --git a/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowScheduleRVExplorerPage.svelte/TestflowScheduleRVExplorerPage.ViewModel.ts b/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowScheduleRVExplorerPage.svelte/TestflowScheduleRVExplorerPage.ViewModel.ts index 1a40f7a506..3ac21218b4 100644 --- a/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowScheduleRVExplorerPage.svelte/TestflowScheduleRVExplorerPage.ViewModel.ts +++ b/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowScheduleRVExplorerPage.svelte/TestflowScheduleRVExplorerPage.ViewModel.ts @@ -166,7 +166,7 @@ export class TestflowScheduleRVExplorerPageViewModel { */ public updateNodes = new Debounce().debounce( this.updateNodesDebounce as any, - 300, + 50, ); /** @@ -193,7 +193,7 @@ export class TestflowScheduleRVExplorerPageViewModel { */ public updateEdges = new Debounce().debounce( this.updateEdgesDebounce as any, - 300, + 50, ); /**