Skip to content

Commit

Permalink
test: fix E2E consumer misbehaviour test (#1705)
Browse files Browse the repository at this point in the history
wait longer for the jailing in the e2e consumer misbehaviour test
  • Loading branch information
sainoe authored Mar 19, 2024
1 parent e11c512 commit 4fab8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/actions_consumer_misbehaviour.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ func (tc TestConfig) updateLightClient(
log.Fatal(err, "\n", string(bz))
}

tc.waitBlocks(action.HostChain, 5, 30*time.Second)
tc.waitBlocks(action.HostChain, 8, 30*time.Second)
}

0 comments on commit 4fab8d0

Please sign in to comment.