Tweak TimerSmokeTests
- Change await time as testDeadlock seems to fail on ci to wait machine stop. Now use 5 sec instead of 1. - Relates to #744
This commit is contained in:
@@ -118,7 +118,7 @@ public class TimerSmokeTests {
|
||||
StateMachineTestPlan<String, String> plan;
|
||||
for (int i = 0; i < 20; i++) {
|
||||
plan = StateMachineTestPlanBuilder.<String, String> builder()
|
||||
.defaultAwaitTime(1)
|
||||
.defaultAwaitTime(5)
|
||||
.stateMachine(buildMachine())
|
||||
.step()
|
||||
.expectStateMachineStarted(1)
|
||||
|
||||
Reference in New Issue
Block a user