Browse Source

Better settings for the mount test

sbg
Lorenz Meier 11 years ago
parent
commit
fed5a2daae
  1. 4
      src/systemcmds/tests/test_mount.c

4
src/systemcmds/tests/test_mount.c

@ -223,10 +223,10 @@ test_mount(int argc, char *argv[]) @@ -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…
Cancel
Save