itemengine-cypress-automation 1.0.77 → 1.0.78

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/deploy.yaml +2 -2
  2. package/package.json +1 -1
package/deploy.yaml CHANGED
@@ -9,8 +9,8 @@ variables:
9
9
  deployment:
10
10
  job:
11
11
  activeDeadlineSeconds: 7200
12
- parallelism: 1
13
- completions: 1
12
+ parallelism: 3
13
+ completions: 3
14
14
 
15
15
  image:
16
16
  cmd: /ie-e2e/run.sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {