Skip to content

Commit

Permalink
test(flaky): unreliable test: zipCode performance tests #6120
Browse files Browse the repository at this point in the history
Problem:
unreliable test "zipCode performance".

Solution:
increase cpu threshold for performance test to avoid flakiness
fix #6117
  • Loading branch information
Hweinstock authored Nov 29, 2024
1 parent b52666e commit 0536f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/testInteg/perf/zipcode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function setup(numberOfFiles: number, fileSize: number): Promise<SetupResu
function performanceTestWrapper(numberOfFiles: number, fileSize: number) {
return performanceTest(
getEqualOSTestOptions({
userCpuUsage: 200,
userCpuUsage: 300,
systemCpuUsage: 50,
heapTotal: 4,
}),
Expand Down

0 comments on commit 0536f09

Please sign in to comment.