Skip to content

Commit fb24b3b

Browse files
committed
Remove unnecessary Thread.sleep
1 parent c683fd2 commit fb24b3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-auth-cognito/src/androidTest/java/com/amplifyframework/auth/cognito/AWSCognitoAuthPluginInstrumentationTests.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class AWSCognitoAuthPluginInstrumentationTests {
7272
@Before
7373
fun setup() {
7474
signOut()
75-
Thread.sleep(5000) // ensure signout has time to complete
7675
}
7776

7877
@Test

0 commit comments

Comments
 (0)