spack ci: remove 120s db timeout since 60s is the default now (#35566)
This commit is contained in:
		| @@ -549,14 +549,6 @@ def ci_rebuild(args): | |||||||
|     commands = [ |     commands = [ | ||||||
|         # apparently there's a race when spack bootstraps? do it up front once |         # 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, "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, |             SPACK_COMMAND, | ||||||
|             "-e", |             "-e", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Harmen Stoppels
					Harmen Stoppels