Your cron expression is bad; it means every 10 seconds during the 0th minute (15:00 and 16:00 only).

Code:
cron="*/10 * 15-16 * * MON-FRI"
works fine for me