spack ci: remove 120s db timeout since 60s is the default now (#35566)

This commit is contained in:
Harmen Stoppels 2023-02-20 14:41:26 +01:00 committed by GitHub
parent 208c9585b8
commit 5e337d907b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",