From 29c220d398143fe620821f695b0c80a8eeaa4787 Mon Sep 17 00:00:00 2001 From: Sasa-Ethernal Date: Sun, 26 May 2024 16:09:11 +0200 Subject: [PATCH] More time --- e2e-polybft/e2e/apex_bridge_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e-polybft/e2e/apex_bridge_test.go b/e2e-polybft/e2e/apex_bridge_test.go index 1e8fe13358..f9ef2626e5 100644 --- a/e2e-polybft/e2e/apex_bridge_test.go +++ b/e2e-polybft/e2e/apex_bridge_test.go @@ -785,9 +785,9 @@ func TestE2E_ApexBridge_ValidScenarios(t *testing.T) { }) //nolint:dupl - t.Run("From prime to vector 1000x 30sec 90%", func(t *testing.T) { + t.Run("From prime to vector 1000x 10min 90%", func(t *testing.T) { instances := 1000 - maxWaitTime := 30 + maxWaitTime := 600 fundSendAmount := uint64(5_000_000) sendAmount := uint64(1_000_000) successChance := 90 // 90% @@ -867,9 +867,9 @@ func TestE2E_ApexBridge_ValidScenarios(t *testing.T) { fmt.Printf("Success count: %v. prevAmount: %v. newAmount: %v. expectedAmount: %v\n", succeededCount, prevAmount, newAmount, expectedAmount) }) - t.Run("Both directions 1000x 30sec 90%", func(t *testing.T) { + t.Run("Both directions 1000x 10min 90%", func(t *testing.T) { instances := 1000 - maxWaitTime := 30 + maxWaitTime := 600 fundSendAmount := uint64(5_000_000) sendAmount := uint64(1_000_000) successChance := 90 // 90%