Skip to content

Commit

Permalink
Fix: Wait for running before cancelling instead of queued or running
Browse files Browse the repository at this point in the history
  • Loading branch information
GeraldIr committed Feb 21, 2024
1 parent 482ea17 commit bafa973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openeo_test_suite/tests/general/test_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def test_DELETE_jobs_job_id_results(base_url: str, spec: Spec, bearer_token: str
base_url=base_url,
bearer_token=bearer_token,
job_ids=created_batch_job_ids,
job_statuses=["queued", "running"],
job_statuses=["running"],
timeout=120,
)

Expand Down

0 comments on commit bafa973

Please sign in to comment.