Prune back the betweenness centrality test graph size

[SVN r28253]
This commit is contained in:
Douglas Gregor 2005-04-14 21:52:57 +00:00
parent 1420cc346d
commit 1a6a672c6e

View File

@ -512,7 +512,7 @@ int test_main(int, char*[])
run_wheel_test((Graph*)0, 15);
random_unweighted_test((Graph*)0, 500);
random_unweighted_test((Graph*)0, 300);
return 0;
}