From 754280204da50891e16d3588bb796755720ffa69 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 14 Aug 2025 13:26:40 +0700 Subject: [PATCH] update sync --- server/src/modules/products/products.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/modules/products/products.service.ts b/server/src/modules/products/products.service.ts index b1cbf27..e16ac09 100644 --- a/server/src/modules/products/products.service.ts +++ b/server/src/modules/products/products.service.ts @@ -202,7 +202,7 @@ export class ProductsService extends CoreService { try { return await this.eventService.waitForEvent( `${ProductsService.EVENTS.PUBLIST_FINISH}_${data.id}`, - 30000, + 60000, ); } catch { throw new BadRequestException( @@ -219,7 +219,7 @@ export class ProductsService extends CoreService { try { return await this.eventService.waitForEvent( `${ProductsService.EVENTS.DElETE_FINISH}_${data.id}`, - 30000, + 60000, ); } catch { throw new BadRequestException(