Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and arkq committed Jan 29, 2025
1 parent 641c794 commit 4304577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/tests/TestEventLoopHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ TEST_F(TestEventLoopHandler, EventLoopHandlerWake)
// adjust it if the test machine is under heavy load, e.g. in CI or on a slow VM.
// By default, we expect the sleep duration to be close to the requested 400ms.
unsigned int expectedMaxDuration = 500u; // allow some slack for test machine load
const char * maxDurationEnv = std::getenv("CHIP_TEST_EVENT_LOOP_HANDLER_MAX_DURATION_MS");
const char * maxDurationEnv = std::getenv("CHIP_TEST_EVENT_LOOP_HANDLER_MAX_DURATION_MS");
if (maxDurationEnv != nullptr)
{
ChipLogDetail(Test, "CHIP_TEST_EVENT_LOOP_HANDLER_MAX_DURATION_MS=%s", maxDurationEnv);
Expand Down

0 comments on commit 4304577

Please sign in to comment.