summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2c23bf1..ea55e6d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -184,7 +184,7 @@ for(int i = 0; i < img->height; ++i)
if (!ql_read_status(ctx, &status)) {
if (!timed_out) // try again, soon
{
- usleep(50);
+ usleep(5000);
continue;
}
fprintf(stderr, "Printer stopped responding!\n");