$.fixture has a default delay of 200 ms between when the ajax call is initiated and the handlers are called. You can change this delay by putting this is your code:
$.fixture.delay = 5000;
Make sure you set this to 200 again when you are done with the preloader tests.