Skip to content

Commit

Permalink
Add a sleep after the initial namespace create.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Apr 1, 2024
1 parent 2ff8e3b commit 290eb4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galaxy_ng/tests/integration/api/test_namespace_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ def test_namespace_edit_logo(galaxy_client):
}
my_namespace = gc.post("_ui/v1/my-namespaces/", body=payload)
assert my_namespace["avatar_url"] == ''
sleep(60)
wait_for_all_tasks_gk(gc)

namespaces = gc.get('_ui/v1/my-namespaces/')
name = my_namespace["name"]
Expand Down

0 comments on commit 290eb4e

Please sign in to comment.