Skip to content

Commit

Permalink
sleep in test
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Dec 1, 2023
1 parent fbb6382 commit 04aadcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_projecttopping.py
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,10 @@ def get_topping_file_model(self, base_config, id_list, tool_dir=None):
if len(topping_file_cache.downloaded_files) != len(id_list):
loop.exec()

# since the local download is quicker than the delay in the model refresh, we make one here as well
timer.start(3000)
loop.exec()

return topping_file_cache.model

# that's the same (more or less) like in project_creation_page.py
Expand Down

0 comments on commit 04aadcd

Please sign in to comment.