Sets the delay in milliseconds between an ajax request is made and the success and complete handlers are called. This only sets functional fixtures. By default, the delay is 200ms.
steal.plugins('jquery/dom/fixtures').then(function(){
$.fixture.delay = 1000;
})