Skip to content

Commit

Permalink
[tests] msom: slo/startup free memory 3MB > 2.8MB
Browse files Browse the repository at this point in the history
  • Loading branch information
technobly committed Sep 6, 2024
1 parent 60b0e0c commit 1faec8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/tests/integration/slo/startup/startup-slos.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const THRESHOLDS = {
},
msom: {
targetAppFlashSize: 21 * 1024, // 21KB
targetFreeRam: 3040870 // 2.9MB
targetFreeRam: 2924544 // 2.8MB
},
// See rational on this magic number: https://app.clubhouse.io/particle/story/72460/build-device-os-test-runner-integration-test-that-validates-the-minimum-flash-space-and-connects-quickly-slo#activity-72937
default: {
Expand Down

0 comments on commit 1faec8a

Please sign in to comment.