Skip to content

Commit

Permalink
Increase time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Jun 3, 2024
1 parent a6a89a8 commit deb85c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/espresso_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ func TestEspressoE2E(t *testing.T) {
})
defer cleanC()

err = waitForWith(t, ctx, 60*time.Second, 1*time.Second, func() bool {
err = waitForWith(t, ctx, 120*time.Second, 1*time.Second, func() bool {
validatedA := blockValidatorA.Validated(t)
validatedB := blockValidatorB.Validated(t)
validatorC := blockValidatorC.Validated(t)
Expand Down

0 comments on commit deb85c2

Please sign in to comment.