Skip to content

Commit

Permalink
confirm time is not a problem on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Sep 1, 2024
1 parent 3225a90 commit 0aae7f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@ def _log(*args):
first_browser_widget._format_options.setCurrentIndex(0) # pseudoLayer (through sdffilter)
first_browser_widget._format_options.setCurrentIndex(1) # outline (through sdffilter)
first_browser_widget._format_options.setCurrentIndex(2) # usdtree (through usdtree)
import time
time.sleep(1)
first_browser_widget._format_options.setCurrentIndex(0)
browser._on_identifier_requested(anchor, layers[1].identifier)
with mock.patch(f"{QtWidgets.__name__}.QMessageBox.warning", new=_log):
Expand Down

0 comments on commit 0aae7f3

Please sign in to comment.