Commit 37681fe7 authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

Reduce sleep.

parent afcb020a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ int main(int argc, char **argv) {

        j++;
    }
    sleep_nano(10);
    sleep_nano(1);

    if (file_output) {
        fflush(out_desc);