Skip to content

Commit

Permalink
Increase the limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Apr 11, 2024
1 parent 8ba1b3b commit 025b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/espresso_switch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestEspressoSwitch(t *testing.T) {

currMsg := arbutil.MessageIndex(0)
// Wait for the switch to be totally finished
err = waitForWith(t, ctx, 2*time.Minute, 15*time.Second, func() bool {
err = waitForWith(t, ctx, 3*time.Minute, 30*time.Second, func() bool {
msg, err := node.ConsensusNode.TxStreamer.GetMessageCount()
if err != nil {
return false
Expand Down

0 comments on commit 025b1cf

Please sign in to comment.