spack ci: remove 120s db timeout since 60s is the default now (#35566)
This commit is contained in:
parent
208c9585b8
commit
5e337d907b
@ -549,14 +549,6 @@ def ci_rebuild(args):
|
||||
commands = [
|
||||
# apparently there's a race when spack bootstraps? do it up front once
|
||||
[SPACK_COMMAND, "-e", env.path, "bootstrap", "now"],
|
||||
[
|
||||
SPACK_COMMAND,
|
||||
"-e",
|
||||
env.path,
|
||||
"config",
|
||||
"add",
|
||||
"config:db_lock_timeout:120", # 2 minutes for processes to fight for a db lock
|
||||
],
|
||||
[
|
||||
SPACK_COMMAND,
|
||||
"-e",
|
||||
|
Loading…
Reference in New Issue
Block a user