Skip to content

Commit

Permalink
PRJ: try fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leloup314 committed Oct 27, 2022
1 parent 1df4f40 commit 8afe1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gui/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ def setUpClass(cls):
cls.irrad_window.show()

# Execute app
cls.test_app.exec()
#cls.test_app.exec()

# Allow 5 seconds for testing
QtCore.QTimer.singleShot(5000, cls.test_app.exit)
#QtCore.QTimer.singleShot(5000, cls.test_app.exit)

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit 8afe1b7

Please sign in to comment.