Explorar el Código

make test much faster

Samuel Thibault hace 11 años
padre
commit
2f3c01a650
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/main/driver_api/run_driver.c

+ 1 - 1
tests/main/driver_api/run_driver.c

@@ -38,7 +38,7 @@ dummy(void *buffers[], void *args)
 {
 	(void) buffers;
 	(*(int *)args)++;
-	usleep(1000000);
+	usleep(100000);
 }
 
 static struct starpu_codelet cl =