mirror of
https://github.com/bitwarden/android.git
synced 2026-05-10 16:45:43 -05:00
Decreasing timeout
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user