Skip to content

Commit

Permalink
Update integration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly-Style authored Nov 25, 2024
1 parent 342d8f1 commit 0d09358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0d09358

Please sign in to comment.