@xuda.io/runtime-bundle 1.0.771 → 1.0.773

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.
@@ -2533,7 +2533,7 @@ func.datasource.run_events_functions = async function (SESSION_ID, dataSourceSes
2533
2533
  clearInterval(interval);
2534
2534
  resolve(job_num);
2535
2535
  }
2536
- if (i > 50) {
2536
+ if (i > 200) {
2537
2537
  console.error('deadlock detected');
2538
2538
  clearInterval(interval);
2539
2539
  resolve(job_num);
@@ -2533,7 +2533,7 @@ func.datasource.run_events_functions = async function (SESSION_ID, dataSourceSes
2533
2533
  clearInterval(interval);
2534
2534
  resolve(job_num);
2535
2535
  }
2536
- if (i > 50) {
2536
+ if (i > 200) {
2537
2537
  console.error('deadlock detected');
2538
2538
  clearInterval(interval);
2539
2539
  resolve(job_num);