Skip to content

Commit

Permalink
update error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Nov 18, 2024
1 parent 8e01538 commit 4754637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/smoke/ccip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ func performAboveFinalityReorgAndValidate(t *testing.T, network string) {
}
}
return len(nodesDetectedViolation) >= len(clNodes)/2
}, 5*time.Minute, 5*time.Second, "Reorg above finality depth is not detected by every node")
}, 5*time.Minute, 5*time.Second, "Reorg above finality depth is not detected by half the nodes")
log.Debug().Interface("Nodes", nodesDetectedViolation).Msg("Violation detection details")
// send another request and verify it fails
err = lane.SendRequests(1, gasLimit)
Expand Down

0 comments on commit 4754637

Please sign in to comment.