We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80c2b6 commit 1746fe2Copy full SHA for 1746fe2
src/power/testing/system-integration/storage/test/test.cc
@@ -136,6 +136,11 @@ class PowerSystemIntegration : public gtest::RealLoopFixture {
136
};
137
138
TEST_F(PowerSystemIntegration, StorageSuspendResumeTest) {
139
+ // TODO(b/342432339): Remove this.
140
+ // This is to confirm the theory that this test is running too early and interfering with fusb's
141
+ // power negotiation.
142
+ zx::nanosleep(zx::deadline_after(zx::sec(120)));
143
+
144
// To enable changing SAG's power levels, first trigger the "boot complete" logic. This is done by
145
// setting both exec state level and app activity level to active.
146
test_sagcontrol::SystemActivityGovernorState state;
0 commit comments