Skip to content

Commit

Permalink
fix(tests): longer timeout int MultipleConditionTriggerCaseTest
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Aug 1, 2023
1 parent 9dd1017 commit 5327c73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void failed() throws InterruptedException, TimeoutException {
assertThat(execution.getState().getCurrent(), is(State.Type.FAILED));

// trigger was not done
countDownLatch.await(5, TimeUnit.SECONDS);
countDownLatch.await(10, TimeUnit.SECONDS);
assertThat(ended.size(), is(2));
}
}

0 comments on commit 5327c73

Please sign in to comment.