diff --git a/tests/test_executor.py b/tests/test_executor.py index af2bbd69..50f9ebf3 100644 --- a/tests/test_executor.py +++ b/tests/test_executor.py @@ -167,6 +167,8 @@ def test_list(execparams: ExecutorTestParams) -> None: assert job.native_id is not None ids = ex.list() assert job.native_id in ids + status = job.wait(timeout=_get_timeout(execparams)) + assert_completed(job, status) def _get_batch_executors() -> List[str]: