Skip to content

Commit

Permalink
Remove context check
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4bh4sh committed Apr 25, 2024
1 parent 2cae48b commit 7b0acd9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ class EspressoServerRunnerTest {

private val syncComposeClock = Thread {
while (!Server.isStopRequestReceived) {
if (context.currentStrategyType == DriverContext.StrategyType.COMPOSE) {
composeTestRule.mainClock.advanceTimeByFrame()
}
// if (context.currentStrategyType == DriverContext.StrategyType.COMPOSE) {
composeTestRule.mainClock.advanceTimeByFrame()
// }
// Let Android run measure, draw and in general any other async operations. AndroidComposeTestRule.android.kt:325
Thread.sleep(ANDROID_ASYNC_WAIT_TIME_MS)
}
Expand Down

0 comments on commit 7b0acd9

Please sign in to comment.