Skip to content

Commit 5ae6d01

Browse files
ondevice unit test: wait longer
1 parent 7499ba8 commit 5ae6d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unittest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ result = unittest.main() ; sys.exit(0 if result.wasSuccessful() else 1) "
7979
if [ ! -z "$ondevice" ]; then
8080
echo "Hack: reset the device to make sure no previous UnitTest classes have been registered..."
8181
"$mpremote" reset
82-
sleep 20
82+
sleep 30
8383
fi
8484

8585
echo "Device execution"

0 commit comments

Comments
 (0)