Skip to content

Commit 0c5dee8

Browse files
committed
Revert "fix-test: reduced counter for shouldReturnTrue_withThrottle test"
This reverts commit c5f5bd0.
1 parent c5f5bd0 commit 0c5dee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/switcherapi/client/SwitcherThrottleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void shouldReturnTrue_withThrottle() {
6363
.checkValue("value")
6464
.throttle(1000);
6565

66-
for (int i = 0; i < 10; i++) {
66+
for (int i = 0; i < 100; i++) {
6767
assertTrue(switcher.isItOn());
6868
}
6969

0 commit comments

Comments
 (0)