Skip to content

Commit

Permalink
Increase timeout for flaky MergeOperator test
Browse files Browse the repository at this point in the history
  • Loading branch information
hantangwangd committed Mar 22, 2024
1 parent 621f7b3 commit a789b5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
public final class OperatorAssertion
{
private static final Duration BLOCKED_DEFAULT_TIMEOUT = new Duration(10, MILLISECONDS);
private static final Duration UNBLOCKED_DEFAULT_TIMEOUT = new Duration(1, SECONDS);
private static final Duration UNBLOCKED_DEFAULT_TIMEOUT = new Duration(5, SECONDS);

private OperatorAssertion()
{
Expand Down

0 comments on commit a789b5f

Please sign in to comment.