Skip to content

Commit

Permalink
More time
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-ethernal committed May 26, 2024
1 parent 259214d commit 29c220d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e-polybft/e2e/apex_bridge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down Expand Up @@ -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%
Expand Down

0 comments on commit 29c220d

Please sign in to comment.