We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325b0a7 commit aa0a680Copy full SHA for aa0a680
1 file changed
testsuite/src/fbtest.c
@@ -42,7 +42,7 @@ static const char *fb_lib_path = "../build/compiler";
42
#define FB_CFG_FILE "fastbasic.cfg"
43
44
// Maximum number of cycles for the native compiler
45
-#define MAX_FPC_CYCLES 25000000
+#define MAX_FPC_CYCLES 28000000
46
47
// Functions to get/put characters to running XEX
48
static size_t str_out_pos, str_out_len, str_in_pos, str_in_len;
0 commit comments