diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 80cdbbc8..3aafaf89 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -30,6 +30,9 @@ jobs: restore-keys: | ${{ runner.os }}-maven- + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - name: Build and test run: mvn -B clean javadoc:javadoc verify diff --git a/pom.xml b/pom.xml index fe303303..9f75dee6 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 8 2.0.3 org.apache.pulsar - 3.0.0 + 3.2.2 5.16.1 1.11 5.1.0 @@ -325,6 +325,12 @@ limitations under the License.]]> ${test.additional.args} false + 1 + + + junit.jupiter.execution.timeout.test.method.default = 300 + +