You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Add longer sleep for ondevice reset
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user