Skip to content

Commit a856499

Browse files
committed
Increase pipeline duration
1 parent ab20d7a commit a856499

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sdks/python/apache_beam/io/gcp/pubsub_integration_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# How long TestXXXRunner will wait for pubsub_it_pipeline to run before
4545
# cancelling it.
46-
TEST_PIPELINE_DURATION_MS = 3 * 60 * 1000
46+
TEST_PIPELINE_DURATION_MS = 8 * 60 * 1000
4747
# How long PubSubMessageMatcher will wait for the correct set of messages to
4848
# appear.
4949
MESSAGE_MATCHER_TIMEOUT_S = 5 * 60
@@ -213,8 +213,6 @@ def _test_streaming(self, with_attributes):
213213

214214
@pytest.mark.it_postcommit
215215
def test_streaming_data_only(self):
216-
if self.runner_name == 'TestDataflowRunner':
217-
pytest.skip("BEAM-13218")
218216
self._test_streaming(with_attributes=False)
219217

220218
@pytest.mark.it_postcommit

0 commit comments

Comments
 (0)