leon hace 1 mes
padre
commit
b3d32ab1cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -25,7 +25,7 @@ void test_depth()
     draw_node->start();
     infer_node->start();
     src_node0->start();
-    std::this_thread::sleep_for(std::chrono::seconds(1000));
+    std::this_thread::sleep_for(std::chrono::seconds(10));
 }
 
 void test_yolo()