Skip to content

Commit f610941

Browse files
committed
make thresholds more lenient
1 parent 72d2137 commit f610941

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/core/src/test/amazonq/common/tryInstallLsp.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,19 @@ describe('tryInstallLsp performance test', function () {
7979
linux: {
8080
userCpuUsage: 100,
8181
systemCpuUsage: 35,
82-
heapTotal: 4,
82+
heapTotal: 6,
8383
duration: 15,
8484
},
8585
darwin: {
8686
userCpuUsage: 100,
8787
systemCpuUsage: 35,
88-
heapTotal: 4,
88+
heapTotal: 6,
8989
duration: 15,
9090
},
9191
win32: {
9292
userCpuUsage: 100,
9393
systemCpuUsage: 35,
94-
heapTotal: 4,
94+
heapTotal: 6,
9595
duration: 15,
9696
},
9797
},
@@ -119,17 +119,17 @@ describe('tryInstallLsp performance test', function () {
119119
linux: {
120120
userCpuUsage: 100,
121121
systemCpuUsage: 50,
122-
heapTotal: 4,
122+
heapTotal: 6,
123123
},
124124
darwin: {
125125
userCpuUsage: 100,
126126
systemCpuUsage: 50,
127-
heapTotal: 4,
127+
heapTotal: 6,
128128
},
129129
win32: {
130130
userCpuUsage: 100,
131131
systemCpuUsage: 50,
132-
heapTotal: 4,
132+
heapTotal: 6,
133133
},
134134
},
135135
'few large files in zip',

0 commit comments

Comments
 (0)