increase sample time artduino uno analog

Well, for starters, don't try to send 2 bytes down the serial line 15000 times per second when the serial line is 9600 baud and can thus only handle 1200 bytes per second. I think serial print stats blocking when the buffer fills up

You may need to fiddle with registers instead of using analog read to get the full speed, all the "easy mode" functions are inefficient.