Skip to content

Commit 9745833

Browse files
committed
increase timeout
1 parent 05392d9 commit 9745833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataflow/gemma/e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def dataflow_job(
125125
conftest.dataflow_cancel_job(project, location, job_id)
126126

127127

128-
@pytest.mark.timeout(3600)
128+
@pytest.mark.timeout(5400)
129129
def test_pipeline_dataflow(
130130
project: str,
131131
location: str,

0 commit comments

Comments
 (0)