mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s3-torture Run t_strappend test for less time
This commit is contained in:
parent
de148f748a
commit
4cc0552f6e
@ -30,7 +30,7 @@ int main(int argc, char *argv[])
|
|||||||
assert(strlen(string) == len);
|
assert(strlen(string) == len);
|
||||||
|
|
||||||
|
|
||||||
for (i=0; i<(100000); i++) {
|
for (i=0; i<(10000); i++) {
|
||||||
if (i%1000 == 0) {
|
if (i%1000 == 0) {
|
||||||
printf("%d %lld\r", i, (long long int)bufsize);
|
printf("%d %lld\r", i, (long long int)bufsize);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
Loading…
Reference in New Issue
Block a user