Skip to content

Commit

Permalink
test(e2e): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jan 31, 2024
1 parent 61eb29a commit 1ba6448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func TestApp_Tx(t *testing.T) {
// when I submit them to the node,
// then the first transaction should be committed before the last one.
func TestApp_TxTooBig(t *testing.T) {
const timeout = 30 * time.Second
const timeout = 60 * time.Second

testNode(t, func(ctx context.Context, t *testing.T, node e2e.Node) {
session := rand.Int63()
Expand Down

0 comments on commit 1ba6448

Please sign in to comment.