@xuda.io/runtime-bundle 1.0.771 → 1.0.772

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29266,7 +29266,7 @@ func.datasource.run_events_functions = async function (SESSION_ID, dataSourceSes
29266
29266
  clearInterval(interval);
29267
29267
  resolve(job_num);
29268
29268
  }
29269
- if (i > 50) {
29269
+ if (i > 200) {
29270
29270
  console.error('deadlock detected');
29271
29271
  clearInterval(interval);
29272
29272
  resolve(job_num);