Skip to content

Commit 1d34d8d

Browse files
committed
Fix tests after commit 4a3efc7
1 parent 4a3efc7 commit 1d34d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_submoduleexecutor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def testFailCancel(self):
103103
self.processEvents()
104104

105105
def _blockAction(self, submodule, data, cancelEvent: CancelEvent):
106-
time.sleep(2)
106+
time.sleep(4)
107107

108108
@unittest.skipIf(sys.version_info >= (3, 14), "Skip on Python >= 3.14")
109109
def testAbort(self):

0 commit comments

Comments
 (0)