Adjust frequencies of channels

Increase the frequency of channels that use SimulatedEventLoops
so that they are not sending messages too fast.
Uses the grandchild commit of this - the send too fast check,
too determine the correct frequencies.

Change-Id: I649ac6bde167c263dddf75ab0860a861662baa49
Signed-off-by: milind <milind.upadhyay@gmail.com>
Signed-off-by: Milind Upadhyay <milind.upadhyay@gmail.com>
diff --git a/aos/events/logging/logger_test.cc b/aos/events/logging/logger_test.cc
index a342c12..5532caf 100644
--- a/aos/events/logging/logger_test.cc
+++ b/aos/events/logging/logger_test.cc
@@ -2324,9 +2324,9 @@
 }
 
 constexpr std::string_view kCombinedConfigSha1(
-    "0184681f8b83b5b9902a88ab12504c06b780907f6d156353bd958ebcf9389ef9");
+    "4503751edc96327493562f0376f0d6daac172927c0fd64d04ce5d67505186c0b");
 constexpr std::string_view kSplitConfigSha1(
-    "1020274679a8f8c15ea20a48e4a35dd59a435203e5f31a57e15355e5a6ee31f7");
+    "918a748432c5e70a971dfd8934968378bed04ab61cf2efcd35b7f6224053c247");
 
 INSTANTIATE_TEST_SUITE_P(
     All, MultinodeLoggerTest,