Decreasing timeout

This commit is contained in:
ifernandezdiaz
2025-07-14 16:10:16 -03:00
parent d3d02f4a10
commit cab4461bcf

View File

@@ -16,7 +16,7 @@ import androidx.compose.ui.test.performClick
*/
abstract class Page(protected val composeTestRule: ComposeTestRule) {
companion object {
val TIMEOUT_MILLIS = 60000L
val TIMEOUT_MILLIS = 30000L
}
/**