diff options
author | David Goulet <dgoulet@torproject.org> | 2022-10-31 11:21:21 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-10-31 11:21:21 -0400 |
commit | 65a85a9d23bde693336790f6aeed8771638ff118 (patch) | |
tree | f8fca43e90c51ce7b6d63fbf0a4ef64a587371db /src/test | |
parent | 19b080f2aaffe8e6d9e83a7ca7593a3e01eecef9 (diff) | |
parent | 5db238f3e3df54b11cf376d57d2cd89257b594f8 (diff) | |
download | tor-65a85a9d23bde693336790f6aeed8771638ff118.tar.gz tor-65a85a9d23bde693336790f6aeed8771638ff118.zip |
Merge branch 'maint-0.4.7'
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c index aa38d0fc5d..1dae2c617e 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -4987,7 +4987,7 @@ test_util_num_cpus(void *arg) tt_skip(); tt_int_op(num, OP_GE, 1); - tt_int_op(num, OP_LE, 16); + tt_int_op(num, OP_LE, 128); done: ; |