Fix flaky behaviour in CTS test testSimpleEventCountMetric

Two events start/stop needs to be logged in 1 second bucket size.
But sometimes the second event is logged in a extra bucket,
resulting in assertion failure in the count value and bucket count.

Fix is to increase the bucket size from 1 second to 1 minute to provide enough time to
capture both events.
Similar issue is fixed in https://android-review.googlesource.com/c/platform/packages/modules/StatsD/+/2954674

Bug: 329580324
Test: run cts -m CtsStatsdHostTestCases -t android.cts.statsd.metric.CountMetricsTests#testSimpleEventCountMetric
Change-Id: I11b3f2e28efa7683378bcfb9ac8c6d9f7e65d38d
1 file changed