mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1027921 - Part 6: Increase scalability test load. r=froydnj
This commit is contained in:
parent
34011a4c3c
commit
2f6eca79c6
@ -175,7 +175,8 @@ main(int argc, char** argv)
|
||||
#ifndef DD_TEST2
|
||||
puts("Skipping not-requested OneLockNDeps() test");
|
||||
#else
|
||||
if (NS_FAILED(OneLockNDeps(1 << 14, 100))) // 16k
|
||||
// NB: Using a larger test size to stress our traversal logic.
|
||||
if (NS_FAILED(OneLockNDeps(1 << 17, 100))) // 131k
|
||||
rv = 1;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user