@@ -1708,7 +1708,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
return "0";
}
try {
- Thread.sleep(5000);
+ Thread.sleep(10000);
} catch (InterruptedException e) {
e.printStackTrace();