Skip to content

Commit

Permalink
Increased timeout for waiting the views in ZimHostFragmentTest sinc…
Browse files Browse the repository at this point in the history
…e on Android 13 it takes time to find the views.
  • Loading branch information
MohitMaliFtechiz committed Dec 15, 2023
1 parent 2423b6b commit dcc8a40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ class ZimHostRobot : BaseRobot() {
}

private fun pauseForBetterTestPerformance() {
BaristaSleepInteractions.sleep(TestUtils.TEST_PAUSE_MS.toLong())
BaristaSleepInteractions.sleep(TestUtils.TEST_PAUSE_MS_FOR_DOWNLOAD_TEST.toLong())
}
}

0 comments on commit dcc8a40

Please sign in to comment.