Worry about the stability of your application and its UI??
Here is a sample that uses the IU Automation API's that come with WPF to stress test your application.
Just run
InvokeStress.exe -pid [processId]
or
InvokeStress.exe -title [windowTitle]
And see if your app can survive being taken through its paces over a 24 hour period.
[Link]