Skip to content

Commit

Permalink
Update crawler execution period time for system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
farhin23 committed Dec 15, 2024
1 parent de30324 commit 4d7b0a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class FederatedCatalogCommon {
private static final String CRAWLER_EXECUTION_DELAY = "edc.catalog.cache.execution.delay.seconds";
public static final int CRAWLER_EXECUTION_DELAY_VALUE = 5;
private static final String CRAWLER_EXECUTION_PERIOD = "edc.catalog.cache.execution.period.seconds";
public static final int CRAWLER_EXECUTION_PERIOD_VALUE = 10;
public static final int CRAWLER_EXECUTION_PERIOD_VALUE = 40;
public static final int TIMEOUT = 5 * CRAWLER_EXECUTION_PERIOD_VALUE;

public static final String EMBEDDED_FC_CATALOG_API_ENDPOINT = "http://localhost:29195/api/catalog/v1alpha/catalog/query";
Expand Down

0 comments on commit 4d7b0a1

Please sign in to comment.