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

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

                Author: ASF GitHub Bot
            Created on: 22/Jul/20 16:58
            Start Date: 22/Jul/20 16:58
    Worklog Time Spent: 10m 
      Work Description: ibzib commented on a change in pull request #12332:
URL: https://github.com/apache/beam/pull/12332#discussion_r458943230



##########
File path: 
sdks/python/apache_beam/runners/interactive/interactive_runner_test.py
##########
@@ -155,7 +154,6 @@ def process(self, element):
   @unittest.skipIf(
       sys.version_info < (3, 5, 3),
       'The tests require at least Python 3.6 to work.')
-  @timeout(60)

Review comment:
       All of these timeouts are significantly less than the default. I don't 
see any reason these tests should be given less time to run than others.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


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

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

> Remove util.timeout
> -------------------
>
>                 Key: BEAM-10546
>                 URL: https://issues.apache.org/jira/browse/BEAM-10546
>             Project: Beam
>          Issue Type: Improvement
>          Components: testing
>            Reporter: Kyle Weaver
>            Assignee: Kyle Weaver
>            Priority: P3
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> util.timeout is obsolete since the resolution of BEAM-9009. Its remaining in 
> the codebase is even misleading because it does not override the default 
> pytest timeout (600s), so util.timeout only has an effect when it is set 
> shorter than 600s. It only has a few usages and these can be removed.
> https://github.com/apache/beam/blob/6c68bc6c4f44b49c02f966f655e654235d04b365/sdks/python/apache_beam/testing/util.py#L343



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to