Skip to content

Commit 51f0140

Browse files
committed
Alter number of tests to run
1 parent 3d7e262 commit 51f0140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/firmware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_upload(self):
4747
4848
:raises exc.get: Raised if exception in subprocess
4949
"""
50-
for _ in range(500):
50+
for _ in range(2):
5151
exc = Queue()
5252
p = Process(target=reboot, args=(exc,))
5353
p.start()

0 commit comments

Comments
 (0)