Skip to content

Commit 0e55c7d

Browse files
authored
Merge pull request #290 from java-operator-sdk/timertestfix
Increase test timer slack time to make test not fail
2 parents 1bdad85 + a6b255f commit 0e55c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/internal/TimerEventSourceTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class TimerEventSourceTest {
2222

2323
public static final int INITIAL_DELAY = 50;
2424
public static final int PERIOD = 50;
25-
public static final int TESTING_TIME_SLACK = 20;
25+
public static final int TESTING_TIME_SLACK = 40;
2626

2727
private TimerEventSource timerEventSource;
2828
private EventHandler eventHandlerMock = mock(EventHandler.class);

0 commit comments

Comments
 (0)