Add longer sleep for ondevice reset

This commit is contained in:
Thomas Farstrike
2026-03-25 17:05:42 +01:00
parent 5cd3d40440
commit ad1ff2168a
+1 -1
View File
@@ -79,7 +79,7 @@ result = unittest.main() ; sys.exit(0 if result.wasSuccessful() else 1) "
if [ ! -z "$ondevice" ]; then
echo "Hack: reset the device to make sure no previous UnitTest classes have been registered..."
"$mpremote" reset
sleep 15
sleep 20
fi
echo "Device execution"