From deb85c2013d1cad13f1b4ce107f724019362b33b Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Mon, 3 Jun 2024 13:35:10 +0800 Subject: [PATCH] Increase time limit --- system_tests/espresso_e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_tests/espresso_e2e_test.go b/system_tests/espresso_e2e_test.go index 900faa9198..7b59833633 100644 --- a/system_tests/espresso_e2e_test.go +++ b/system_tests/espresso_e2e_test.go @@ -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)