Skip to content

Commit 5c032e3

Browse files
committed
Wait longer for IAM's eventual consistency to catch up.
1 parent edcde7f commit 5c032e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/sts/src/it/java/software/amazon/awssdk/services/sts/AssumeRoleIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static void setup() {
119119
.roleArn(ROLE_ARN)
120120
.roleSessionName("Test")))
121121
.ignoringException(StsException.class)
122-
.orFailAfter(Duration.ofMinutes(2));
122+
.orFailAfter(Duration.ofMinutes(5));
123123
}
124124

125125
@AfterClass

0 commit comments

Comments
 (0)