Change delay to 200ms
This commit is contained in:
parent
d653fb1d37
commit
6864606f29
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import kotlinx.coroutines.cancelChildren
|
|||
import kotlinx.coroutines.delay
|
||||
import kotlinx.coroutines.launch
|
||||
|
||||
private const val CONTINUE_NEXT_DELAY = 2000L
|
||||
private const val CONTINUE_NEXT_DELAY = 200L
|
||||
|
||||
@Suppress("TooManyFunctions")
|
||||
abstract class BaseServerValidationViewModel(
|
||||
|
|
Loading…
Reference in a new issue