mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
autobuild: Use sane random sleep values for samba-admem-mit
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
4fe51b27e0
commit
242b6cf2c4
@ -486,7 +486,7 @@ tasks = {
|
||||
],
|
||||
|
||||
"samba-admem-mit": [
|
||||
("random-sleep", random_sleep(300, 900)),
|
||||
("random-sleep", random_sleep(1, 1)),
|
||||
("configure", "./configure.developer --with-selftest-prefix=./bin/ab --with-system-mitkrb5 --with-experimental-mit-ad-dc" + samba_configure_params),
|
||||
("make", "make -j"),
|
||||
("test", make_test(include_envs=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user