If you decrease the Sine's period parameter it will cycle faster, so just use a timer to periodically decrease it, or use dt to decrease it steadily over time or somesuch.
E.g.
[Set timer behavior to 5 sec repeating]
[On timer] --> Set period to CurrentPeriod - 5
or
[Every tick] --> Set period to CurrentPeriod - dt