diff --git a/tests/unittest.sh b/tests/unittest.sh index 602a2451..e796ddb0 100755 --- a/tests/unittest.sh +++ b/tests/unittest.sh @@ -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"