Skip to content

Commit

Permalink
fix gui test
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed Oct 30, 2024
1 parent afe4911 commit e1ad653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gui/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def mouseClick(self, x, y):
else:
QTest.mouseClick(w, Qt.LeftButton, pos=pos)

self.sleep(100)

@classmethod
def sleep(cls, msec=500):
loop = QEventLoop()
Expand Down

0 comments on commit e1ad653

Please sign in to comment.