itemengine-cypress-automation 1.0.555 → 1.0.556

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/package.json +1 -1
  2. package/service.yaml +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.555",
3
+ "version": "1.0.556",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/service.yaml CHANGED
@@ -6,7 +6,7 @@ global:
6
6
  highestEnvironment: qa
7
7
 
8
8
  deployment:
9
- activeDeadlineSeconds: 28800
9
+ activeDeadlineSeconds: 10800
10
10
  architecture: amd64
11
11
  restartPolicy: Never
12
12
  backoffLimit: 0
@@ -16,7 +16,7 @@ deployment:
16
16
  cmd: /ie-e2e/run.sh
17
17
  resources:
18
18
  limits:
19
- memory: 8446Mi
19
+ memory: 4096Mi
20
20
  cpu: 5000m
21
21
  requests:
22
22
  memory: 4096Mi