CalvinKirs commented on code in PR #7877: URL: https://github.com/apache/geode/pull/7877#discussion_r1154348695
########## .github/workflows/gradle.yml: ########## @@ -223,4 +223,46 @@ jobs: with: name: acceptance-test-reports-${{ matrix.os }}-${{ matrix.java }} path: build/reports + retention-days: 5 + + distributedTest: + needs: [apiCheck, unitTest] + timeout-minutes: 600 Review Comment: When the test is unstable, even if we set this value to be large, it is not a good way. It should be kept within a reasonable range of values. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org