@@ -33,7 +33,7 @@ public class AIGCProducePlanDetailService {
}
retryTimes--;
try {
- Thread.sleep(1000);
+ Thread.sleep(10000);
} catch (InterruptedException ignored) {