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 7e21147 commit 85e4c48Copy full SHA for 85e4c48
Release/tests/functional/json/parsing_tests.cpp
@@ -509,13 +509,13 @@ utility::string_t make_deep_json_string(size_t depth)
509
TEST(deeply_nested)
510
{
511
#if defined(__APPLE__)
512
- size_t safeDepth = 64;
513
- size_t overDepth = 65;
+ size_t safeDepth = 32;
+ size_t overDepth = 33;
514
#else
515
size_t safeDepth = 128;
516
size_t overDepth = 129;
517
#endif
518
-
+
519
// This should parse without issues:
520
auto strGood = make_deep_json_string(safeDepth);
521
json::value::parse(strGood);
0 commit comments