Skip to content

Commit

Permalink
it: deps resolve timeout up for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brig committed Dec 29, 2024
1 parent dd30b94 commit 9f61519
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 9f61519

Please sign in to comment.