We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d315040 commit f98699bCopy full SHA for f98699b
aws-auth-cognito/src/test/java/com/amplifyframework/auth/cognito/AuthValidationTest.kt
@@ -458,7 +458,7 @@ class AuthValidationTest {
458
}
459
460
461
- private fun signOut() = runBlocking { withTimeout(10000L) { signOutUseCase.execute() } }
+ private fun signOut() = runBlocking { withTimeout(100000L) { signOutUseCase.execute() } }
462
463
private fun signInHostedUi(): AuthSignInResult {
464
every { hostedUIClient.launchCustomTabsSignIn(any()) } answers {
0 commit comments