sboorlagadda commented on code in PR #7877:
URL: https://github.com/apache/geode/pull/7877#discussion_r1167717702
##########
.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:
removed the timeout. it doesnt work for non-self hosted (free workers)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]