forked from Archive/PX4-Autopilot
Better settings for the mount test
This commit is contained in:
parent
ab407a82ba
commit
fed5a2daae
|
@ -223,10 +223,10 @@ test_mount(int argc, char *argv[])
|
|||
printf("#");
|
||||
}
|
||||
|
||||
printf("\n");
|
||||
printf(".");
|
||||
fsync(stdout);
|
||||
fsync(stderr);
|
||||
usleep(1000000);
|
||||
usleep(200000);
|
||||
|
||||
end = hrt_absolute_time();
|
||||
|
||||
|
|
Loading…
Reference in New Issue