Skip to content

Commit

Permalink
Increase the test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Berman committed Feb 20, 2025
1 parent 05b4765 commit c13819f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arweave/test/ar_tx_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ returns_error_when_txs_exceed_balance_test_() ->
"Three transactions with block anchor",
PrepareTestFor(fun block_anchor_txs_spending_balance_plus_one_more/0)
}},
{timeout, 120, {
{timeout, ?DEFAULT_EUNIT_TEST_TIMEOUT, {
"Five transactions with mixed anchors",
PrepareTestFor(fun mixed_anchor_txs_spending_balance_plus_one_more/0)
}}
Expand Down

0 comments on commit c13819f

Please sign in to comment.