Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7654e8d

Browse files
committed
(DEBUG) try failing test with a longer deadline
1 parent f3ddc14 commit 7654e8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/job/test_query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,10 +1052,11 @@ def test_result_w_retry(self):
10521052
initial=0.001,
10531053
maximum=0.001,
10541054
multiplier=1.0,
1055-
deadline=0.001,
1055+
deadline=0.001 * 10_000,
10561056
predicate=custom_predicate,
10571057
)
10581058

1059+
# import pudb; pu.db
10591060
self.assertIsInstance(job.result(retry=custom_retry), RowIterator)
10601061
query_results_call = mock.call(
10611062
method="GET",

0 commit comments

Comments
 (0)