Skip to content

Commit 0536f09

Browse files
authored
test(flaky): unreliable test: zipCode performance tests #6120
Problem: unreliable test "zipCode performance". Solution: increase cpu threshold for performance test to avoid flakiness fix #6117
1 parent b52666e commit 0536f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function setup(numberOfFiles: number, fileSize: number): Promise<SetupResu
4040
function performanceTestWrapper(numberOfFiles: number, fileSize: number) {
4141
return performanceTest(
4242
getEqualOSTestOptions({
43-
userCpuUsage: 200,
43+
userCpuUsage: 300,
4444
systemCpuUsage: 50,
4545
heapTotal: 4,
4646
}),

0 commit comments

Comments
 (0)