LuciferYang commented on code in PR #57925:
URL: https://github.com/apache/spark/pull/57925#discussion_r3799752504
##########
.github/workflows/build_and_test.yml:
##########
@@ -51,6 +51,23 @@ on:
required: false
type: string
default: ''
+ build_timeout_minutes:
+ description: >-
+ Timeout for each `build` matrix job. Raise it for a caller whose
configuration makes the
+ tests slower, e.g. a non-default codegen compiler.
+ required: false
+ type: number
+ default: 150
+ pyspark_timeout_minutes:
+ description: Timeout for each `pyspark` matrix job. Same reason as
above.
+ required: false
+ type: number
+ default: 120
+ docker_integration_tests_timeout_minutes:
+ description: Timeout for the `docker-integration-tests` job. Same
reason as above.
+ required: false
+ type: number
+ default: 120
Review Comment:
ok
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]