From 38c171643a255d19f1b0c7c708d2eababfd47d7c Mon Sep 17 00:00:00 2001 From: Flux <175354924+0xiamflux@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:11:04 -0500 Subject: [PATCH] chore: set test timeout to 30s --- op-deployer/pkg/deployer/integration_test/apply_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-deployer/pkg/deployer/integration_test/apply_test.go b/op-deployer/pkg/deployer/integration_test/apply_test.go index 163f1e11bff..64884131f5a 100644 --- a/op-deployer/pkg/deployer/integration_test/apply_test.go +++ b/op-deployer/pkg/deployer/integration_test/apply_test.go @@ -807,7 +807,7 @@ func TestIntentConfiguration(t *testing.T) { func runEndToEndBootstrapAndApplyUpgradeTest(t *testing.T, afactsFS foundry.StatDirFs, implementationsConfig bootstrap.ImplementationsConfig) { lgr := implementationsConfig.Logger - ctx, cancel := context.WithTimeout(context.Background(), 180*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 90*time.Second) defer cancel() superchainProxyAdminOwner := implementationsConfig.L1ProxyAdminOwner