Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed Jan 15, 2024
1 parent 812a180 commit b2ef2af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private void testChainedTransforms(final int numTransforms) throws Exception {
is(equalTo(numDocs))
);
}
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);

// Stop all the transforms.
for (String transformId : transformIds) {
Expand Down

0 comments on commit b2ef2af

Please sign in to comment.