Hi,
I see in your CSV file that what you have in the images column is the full URL of the image, like for example
www.bboxsolutions.com/images/com_hikasho...d/1200_0925_0925.jpg
Supposing that
www.bboxsolutions.com
is your website URL, it's better to just have 1200_0925_0925.jpg in that column.
Because otherwise, HikaShop has to download each image to check it against the images already on your website to see if it needs to store it again or can already use the one on the website.
Maybe there is an issue with the checking process, but since the images are already in the upload folder of HikaShop, you can just specify the filename in your CSV. That will make the import a lot faster, and that might even prevent the issue you have now. Could you make that change and try again ?