tests: runqueue: try to fix race on GitLab CI
[project/libubox.git] / tests / test-runqueue.c
index fb99892c066964ba71843140b254ac450199180c..6bb5b50d0507a779feb087f0201c427073a483fc 100644 (file)
@@ -129,7 +129,7 @@ static void add_sleeper(int val)
        };
 
        struct sleeper *k = create_sleeper(val, &killer_type, true);
-       uloop_timeout_set(&k->t, 100);
+       uloop_timeout_set(&k->t, 10);
        uloop_timeout_add(&k->t);
        runqueue_task_add(&q, &k->proc.task, false);