aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-29 04:03:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-29 04:03:07 +0000
commit4e5b5b32727aa47d8ba4a687f36e22110fbd89f6 (patch)
tree2c0b45095885c02eab839c9caf470b7e873f36f0
parent3867041a418c9ccde1217f95d2a0db65af9ab2e1 (diff)
parent542f1ede9ddac71d3b60f5e7317387e587e7e138 (diff)
downloadperfetto-4e5b5b32727aa47d8ba4a687f36e22110fbd89f6.tar.gz
Change-Id: I69417f88091e32912d83f42ac0def0c200d39bb2
-rw-r--r--test/cts/device_feature_test_cts.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cts/device_feature_test_cts.cc b/test/cts/device_feature_test_cts.cc
index 3ed5bc13a..6ed16c369 100644
--- a/test/cts/device_feature_test_cts.cc
+++ b/test/cts/device_feature_test_cts.cc
@@ -21,9 +21,9 @@
namespace perfetto {
TEST(PerfettoDeviceFeatureTest, TestMaxCpusForAtraceChmod) {
- // Check that there are no more than 16 CPUs so that the assumption in the
+ // Check that there are no more than 24 CPUs so that the assumption in the
// atrace.rc for clearing CPU buffers is valid.
- ASSERT_LE(sysconf(_SC_NPROCESSORS_CONF), 16);
+ ASSERT_LE(sysconf(_SC_NPROCESSORS_CONF), 24);
}
} // namespace perfetto