You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/11/27 18:38:01 UTC

[beam] 01/01: Bump python precommit timeout to 3hrs

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch aaltay-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0ec37b30423256d9f531fadc7836a3820e4bc6ab
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Wed Nov 27 10:37:51 2019 -0800

    Bump python precommit timeout to 3hrs
    
    Follow up to https://github.com/apache/beam/pull/10121
    
    Regular version of the precommits are timing out. Not the pytest versions. Apply the same timeout to both places.
---
 .test-infra/jenkins/job_PreCommit_Python.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.test-infra/jenkins/job_PreCommit_Python.groovy b/.test-infra/jenkins/job_PreCommit_Python.groovy
index 97f28ba..0fe418a 100644
--- a/.test-infra/jenkins/job_PreCommit_Python.groovy
+++ b/.test-infra/jenkins/job_PreCommit_Python.groovy
@@ -22,6 +22,7 @@ PrecommitJobBuilder builder = new PrecommitJobBuilder(
     scope: this,
     nameBase: 'Python',
     gradleTask: ':pythonPreCommit',
+    timeoutMins: 180,
     triggerPathPatterns: [
       '^model/.*$',
       '^sdks/python/.*$',