From 9f6151936a5adc679ad8a06d33f9366cd1004aa6 Mon Sep 17 00:00:00 2001 From: brig Date: Sun, 29 Dec 2024 12:01:58 -0500 Subject: [PATCH] it: deps resolve timeout up for tests --- .../concord/it/runtime/v2/ConcordConfiguration.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/it/runtime-v2/src/test/java/com/walmartlabs/concord/it/runtime/v2/ConcordConfiguration.java b/it/runtime-v2/src/test/java/com/walmartlabs/concord/it/runtime/v2/ConcordConfiguration.java index f986a90e23..d74f5feefe 100644 --- a/it/runtime-v2/src/test/java/com/walmartlabs/concord/it/runtime/v2/ConcordConfiguration.java +++ b/it/runtime-v2/src/test/java/com/walmartlabs/concord/it/runtime/v2/ConcordConfiguration.java @@ -9,9 +9,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -60,7 +60,7 @@ public static ConcordRule configure() { .useLocalMavenRepository(true) .extraConfigurationSupplier(() -> """ concord-agent { - dependencyResolveTimeout = "5 seconds" + dependencyResolveTimeout = "10 seconds" logMaxDelay = "250 milliseconds" pollInterval = "250 milliseconds" prefork {