Skip to content

Commit 75f45d9

Browse files
committed
Change UT timeout to 120
1 parent da3264b commit 75f45d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
java: ['8', '11']
60-
timeout-minutes: 60
60+
timeout-minutes: 120
6161
steps:
6262
- uses: actions/checkout@v4
6363
with:

0 commit comments

Comments
 (0)