Skip to content

Commit fb392ab

Browse files
committed
SRVLOGIC-725 - increase lock timeout to 300
1 parent 2bdb9bd commit fb392ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/nightly-build-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build:
5353
- project: kubesmarts/osl-images
5454
build-command:
5555
downstream: |
56-
export MAVEN_OPTIONS="${{ env.BUILD_MVN_OPTS }} -s ${{ env.PME_MAVEN_SETTINGS_XML }}"
56+
export MAVEN_OPTIONS="${{ env.BUILD_MVN_OPTS }} -s ${{ env.PME_MAVEN_SETTINGS_XML }} -Daether.syncContext.named.time=300"
5757
echo "MAVEN_OPTIONS=${{ env.MAVEN_OPTIONS }}"
5858
export NIGHTLY="true"
5959
echo "NIGHTLY=${{ env.NIGHTLY }}"

0 commit comments

Comments
 (0)