Skip to content

Commit 5aa2cfe

Browse files
committed
test: adjusts deadline to account for flakiness
1 parent 7109c9c commit 5aa2cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-bigquery/tests/unit/job/test_async_job_retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_result_w_retry_wo_state(global_time_lock):
110110
predicate=custom_predicate,
111111
initial=0.001,
112112
maximum=0.001,
113-
deadline=0.1,
113+
deadline=1.0, # Increased from 0.1 to avoid flakiness in slow environments
114114
)
115115
assert job.result(retry=custom_retry) is job
116116

0 commit comments

Comments
 (0)