We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227d8b6 commit 872db84Copy full SHA for 872db84
binr/r2r/r2r.c
@@ -1,12 +1,13 @@
1
-/* radare - LGPL - Copyright 2020-2021 - pancake, thestr4ng3r */
+/* radare - LGPL - Copyright 2020-2022 - pancake, thestr4ng3r */
2
3
#include "r2r.h"
4
5
#define WORKERS_DEFAULT 8
6
#define RADARE2_CMD_DEFAULT "radare2"
7
#define RASM2_CMD_DEFAULT "rasm2"
8
#define JSON_TEST_FILE_DEFAULT "bins/elf/crackme0x00b"
9
-#define TIMEOUT_DEFAULT 960
+// 30 seconds is the maximum time a test can run
10
+#define TIMEOUT_DEFAULT (30*60)
11
12
#define STRV(x) #x
13
#define STR(x) STRV(x)
0 commit comments