testdriverai 4.0.58 → 4.0.60

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.
Files changed (2) hide show
  1. package/lib/redraw.js +1 -2
  2. package/package.json +1 -1
package/lib/redraw.js CHANGED
@@ -24,7 +24,6 @@ async function start() {
24
24
  }
25
25
 
26
26
  function wait(timeoutMs) {
27
-
28
27
  return new Promise((resolve) => {
29
28
  const startTime = Date.now();
30
29
 
@@ -39,7 +38,7 @@ function wait(timeoutMs) {
39
38
  } else {
40
39
  setTimeout(() => {
41
40
  checkCondition();
42
- }, 0);
41
+ }, 200);
43
42
  }
44
43
  }
45
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.0.58",
3
+ "version": "4.0.60",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {