diff --git a/tests/integration/integration_test.go b/tests/integration/integration_test.go index 7310168b..23232620 100644 --- a/tests/integration/integration_test.go +++ b/tests/integration/integration_test.go @@ -96,7 +96,7 @@ func TestIntegration(t *testing.T) { newOperatorConfig, _, _ := genOperatorConfig(t, ctx, "4", setup.mainnetAnvil, setup.rollupAnvils, setup.rabbitMq) newOperator := startOperator(t, ctx, newOperatorConfig) - time.Sleep(40 * time.Second) + time.Sleep(60 * time.Second) // Check if operator set was updated on rollups for _, registryRollup := range setup.registryRollups {