Skip to content

Commit 55ae137

Browse files
committed
Revert change to test case
1 parent ce1c6e9 commit 55ae137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/profiles/src/test/java/software/amazon/awssdk/profiles/internal/ProfileFileRefresherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void refreshIfStale_profileModifiedWithinStalePeriod_doesNotReloadProfileFile()
8585
.profileFile(() -> profileFile(credentialsFilePath))
8686
.profileFilePath(credentialsFilePath)
8787
.build();
88-
Duration intervalWithinJitter = Duration.ofMillis(90);
88+
Duration intervalWithinJitter = Duration.ofMillis(100);
8989

9090
ProfileFile file1 = refresher.refreshIfStale();
9191

0 commit comments

Comments
 (0)