You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/tests/integration/slo/startup/startup-slos.spec.js
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ const THRESHOLDS = {
19
19
targetAppFlashSize: 21*1024,// 21KB
20
20
targetFreeRam: 3*1024*1024// 3MB
21
21
},
22
+
trackerm: {
23
+
targetAppFlashSize: 21*1024,// 21KB
24
+
targetFreeRam: 3*1024*1024// 3MB
25
+
},
22
26
// 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
0 commit comments