you need a gr.throttle() between the file source and the fft_sink. make sure the file source uses complex (sizeof_gr_complex), and that the throttle is set to 250ksps. Then it should work.
How can i use this files as a source in gnuradio? i've created a file source and dump data directly to fft sink with no result