Skip to content

Commit

Permalink
CQ-4343453 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barshatr committed Jun 16, 2022
1 parent 2707c48 commit 940419a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-maven-${{ hashFiles('--timeout=300', '**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
Expand Down

0 comments on commit 940419a

Please sign in to comment.