Skip to content

Commit cb2f577

Browse files
authored
Merge pull request #37 from JE-Chen/dev
Dev
2 parents 7bf9ab3 + 182236b commit cb2f577

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/auto-control-github-actions_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python application
1+
name: AutoControl GitHub Actions Dev
22

33
on:
44
push:

.github/workflows/auto-control-github-actions_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python application
1+
name: AutoControl GitHub Actions Stable
22

33
on:
44
push:

test/unit_test/critical_exit/real_critical_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
simulate you can't use your mouse because you use while true to set mouse position
1414
"""
1515
try:
16+
from time import sleep
17+
sleep(3)
1618
while True:
1719
set_position(200, 400)
1820
set_position(400, 600)

0 commit comments

Comments
 (0)