Skip to content

Commit a15364b

Browse files
committed
adjust thresholds
1 parent 1c9ccb8 commit a15364b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/core/src/test/amazonqFeatureDev/prepareRepoData.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('prepareRepoDataPerformanceTest', function () {
3434
userCpuUsage: 80,
3535
systemCpuUsage: 35,
3636
heapTotal: 4,
37-
duration: 0.9,
37+
duration: 10,
3838
},
3939
win32: {
4040
userCpuUsage: 80,
@@ -73,19 +73,19 @@ describe('prepareRepoDataPerformanceTest', function () {
7373
userCpuUsage: 65,
7474
systemCpuUsage: 30,
7575
heapTotal: 1,
76-
duration: 0.1,
76+
duration: 0.2,
7777
},
7878
darwin: {
7979
userCpuUsage: 50,
8080
systemCpuUsage: 25,
8181
heapTotal: 1,
82-
duration: 0.2,
82+
duration: 0.4,
8383
},
8484
win32: {
8585
userCpuUsage: 60,
8686
systemCpuUsage: 30,
8787
heapTotal: 1,
88-
duration: 0.1,
88+
duration: 0.2,
8989
},
9090
},
9191

0 commit comments

Comments
 (0)