What values are you using in your cluster for FSample and samples? It would have been good if you put in the values you were using and saved them as defaults before posting the VI. Also, please wire up your stop button.
The loop will run as fast as it possibly can, the generation of the waveform is based on that, not on any real time clock. A higher FSample it runs slower, a lower FSample it runs faster.
Put a wait statement inside the loop with the frequency of 1 multiplied by 1000 (to go from seconds to milliseconds) and wire that into the wait statement. Then the program will take 10 seconds to run.
What are your trying to do with this program?