Skip to content

Commit

Permalink
Update timeout duration for Policy01BasicTest
Browse files Browse the repository at this point in the history
  • Loading branch information
farhin23 committed Dec 16, 2024
1 parent 4d7b0a1 commit 32e7300
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

import java.time.Duration;
import java.util.Map;

import static org.awaitility.Awaitility.await;
Expand All @@ -33,11 +34,10 @@
import static org.eclipse.edc.samples.common.PolicyCommon.createContractDefinition;
import static org.eclipse.edc.samples.common.PolicyCommon.createPolicy;
import static org.eclipse.edc.samples.util.TransferUtil.POLL_INTERVAL;
import static org.eclipse.edc.samples.util.TransferUtil.TIMEOUT;

@EndToEndTest
class Policy01BasicTest {

private static final Duration TIMEOUT = Duration.ofSeconds(90);
private static final String SAMPLE_FOLDER = "policy/policy-01-policy-enforcement";
private static final String CREATE_ASSET_FILE_PATH = SAMPLE_FOLDER + "/resources/create-asset.json";
private static final String CREATE_POLICY_FILE_PATH = SAMPLE_FOLDER + "/resources/create-policy.json";
Expand Down

0 comments on commit 32e7300

Please sign in to comment.