Skip to content

Commit

Permalink
Longer timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kec <[email protected]>
  • Loading branch information
danielkec committed Feb 14, 2022
1 parent 1ad8ffa commit 6463b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
@AddConfig(key = CoordinatorClient.CONF_KEY_COORDINATOR_HEADERS_PROPAGATION_PREFIX + ".2", value = "xcc-tmm-")
class CoordinatorHeaderPropagationTest {

private static final long TIMEOUT_SEC = 10L;
private static final long TIMEOUT_SEC = 45L;
private static final String PROPAGATED_HEADER = "xxx-tmm-propagated-header";
private static final String EXTRA_COORDINATOR_PROPAGATED_HEADER = "xBb-tmm-extra-start-header";
private static final String NOT_PROPAGATED_HEADER = "non-propagated-header";
Expand Down

0 comments on commit 6463b86

Please sign in to comment.