[ 
https://issues.apache.org/jira/browse/BEAM-4664?focusedWorklogId=116768&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-116768
 ]

ASF GitHub Bot logged work on BEAM-4664:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jun/18 04:27
            Start Date: 28/Jun/18 04:27
    Worklog Time Spent: 10m 
      Work Description: kennknowles closed pull request #5796: [BEAM-4664] 
Increase website job timeout to 100 by default
URL: https://github.com/apache/beam/pull/5796
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.test-infra/jenkins/common_job_properties.groovy 
b/.test-infra/jenkins/common_job_properties.groovy
index 06c8a870f3a..5d9dad63e78 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -49,12 +49,13 @@ class common_job_properties {
 
   // Sets common top-level job properties for website repository jobs.
   static void setTopLevelWebsiteJobProperties(def context,
-                                              String branch = 'asf-site') {
+                                              String branch = 'asf-site',
+                                              int timeout = 100) {
     setTopLevelJobProperties(
             context,
             'beam-site',
             branch,
-            30)
+            timeout)
   }
 
   // Sets common top-level job properties for main repository jobs.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 116768)
    Time Spent: 40m  (was: 0.5h)

> Website Staging is timing out at 30 minutes
> -------------------------------------------
>
>                 Key: BEAM-4664
>                 URL: https://issues.apache.org/jira/browse/BEAM-4664
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system, website
>            Reporter: Kenneth Knowles
>            Assignee: Kenneth Knowles
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> We shouldn't be cutting it close. Let's double it and more while we figure 
> out how to stage less or more efficiently.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to