File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -499,15 +499,15 @@ run_test (void *ctx)
499
499
one_test (& test_fixture );
500
500
test_fixture_cleanup (& test_fixture );
501
501
/* Large collection name. */
502
- test_fixture_init (& test_fixture , 32 , 500 );
502
+ test_fixture_init (& test_fixture , 32 , 100 );
503
503
one_test (& test_fixture );
504
504
test_fixture_cleanup (& test_fixture );
505
505
/* Maximum valid database name is still 64 characters. */
506
506
test_fixture_init (& test_fixture , 63 , 32 );
507
507
one_test (& test_fixture );
508
508
test_fixture_cleanup (& test_fixture );
509
509
/* Large for both names. */
510
- test_fixture_init (& test_fixture , 63 , 500 );
510
+ test_fixture_init (& test_fixture , 63 , 100 );
511
511
one_test (& test_fixture );
512
512
test_fixture_cleanup (& test_fixture );
513
513
}
You can’t perform that action at this time.
0 commit comments