Skip to content

Commit

Permalink
Add the installer task to a test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Dec 22, 2023
1 parent 061e652 commit 93a97ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda-store-server/tests/test_app_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ def test_conda_store_register_environment_workflow(db, conda_store, celery_worke
task = AsyncResult(f"build-{build.id}-docker")
task.wait(timeout=2 * 60)

task = AsyncResult(f"build-{build.id}-constructor-installer")
task.wait(timeout=60)

db.expire_all()
assert build.status == schema.BuildStatus.COMPLETED

Expand Down

0 comments on commit 93a97ca

Please sign in to comment.