Skip to content

Commit ad1ff21

Browse files
Add longer sleep for ondevice reset
1 parent 5cd3d40 commit ad1ff21

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 15
82+
sleep 20
8383
fi
8484

8585
echo "Device execution"

0 commit comments

Comments
 (0)