Skip to content

Commit 0b791ae

Browse files
committed
increase threshold
1 parent 7c55670 commit 0b791ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/testInteg/perf/getFileSha384.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface SetupResult {
2020
function performanceTestWrapper(label: string, fileSize: number) {
2121
return performanceTest(
2222
getEqualOSTestOptions({
23-
userCpuUsage: 400,
23+
userCpuUsage: 500,
2424
systemCpuUsage: 35,
2525
heapTotal: 4,
2626
}),

0 commit comments

Comments
 (0)