By default, the check for task speculation when speculation is enabled happens every 100ms. You can change the time using the spark.speculation.interval property. Something like this:
val sc = new SparkContext(new SparkConf())
./bin/spark-submit <all your existing options> --spark.speculation.interval=<set new time here>