Skip to content

Commit

Permalink
(DEBUG) try failing test with a longer deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Jan 28, 2021
1 parent f3ddc14 commit 7654e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/job/test_query.py
Expand Up @@ -1052,10 +1052,11 @@ def test_result_w_retry(self):
initial=0.001,
maximum=0.001,
multiplier=1.0,
deadline=0.001,
deadline=0.001 * 10_000,
predicate=custom_predicate,
)

# import pudb; pu.db
self.assertIsInstance(job.result(retry=custom_retry), RowIterator)
query_results_call = mock.call(
method="GET",
Expand Down

0 comments on commit 7654e8d

Please sign in to comment.