So I thought I was having the same issue because of the config files. Pulled the code, built from source, hard coded the configs, and eventually debug traced mine to this floopin' loop on line 999.
while (!accelgyro.getIntDataReadyStatus())
delay(2);
Turns out my MPU-6050 board would...