Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce the size of the tests, so that it runs decently fast
[simgrid.git] / testsuite / xbt / dict_crash.c
index 7a9fec7..70a7a2d 100644 (file)
@@ -12,7 +12,7 @@
 #include <time.h>
 #include <stdio.h>
 
-#define NB_ELM 200000
+#define NB_ELM 20000
 #define SIZEOFKEY 1024
 
 static void print_str(void *str);