mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +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);
|
||||
|
||||
|
||||
for (i=0; i<(100000); i++) {
|
||||
for (i=0; i<(10000); i++) {
|
||||
if (i%1000 == 0) {
|
||||
printf("%d %lld\r", i, (long long int)bufsize);
|
||||
fflush(stdout);
|
||||
|
Loading…
Reference in New Issue
Block a user