You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-runtime/aws-config/common/test/aws/sdk/kotlin/runtime/auth/credentials/LoginCredentialsProviderTest.kt
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ import kotlin.test.Test
23
23
importkotlin.test.assertEquals
24
24
importkotlin.test.assertFailsWith
25
25
importkotlin.text.encodeToByteArray
26
+
importkotlin.time.Duration.Companion.minutes
26
27
importkotlin.to
27
28
28
29
classLoginCredentialsProviderTest {
@@ -35,7 +36,11 @@ class LoginCredentialsProviderTest {
35
36
}
36
37
37
38
@Test
38
-
funtestExpiredToken() = runTest {
39
+
funtestExpiredToken() = runTest(
40
+
// TODO: Figure out why this test takes so long to run on some developer machines (@aoperez)
0 commit comments