Skip to content

Commit b9c681a

Browse files
author
Lev Berman
committed
Increase some test timeouts
1 parent fc97ef2 commit b9c681a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/arweave/src/ar_entropy_storage.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ release_semaphore(Filepath) ->
406406
%%%===================================================================
407407

408408
replica_2_9_test_() ->
409-
{timeout, 20, fun test_replica_2_9/0}.
409+
{timeout, 60, fun test_replica_2_9/0}.
410410

411411
test_replica_2_9() ->
412412
case ar_block:strict_data_split_threshold() of

apps/arweave/src/ar_nonce_limiter.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ get_entropy_reset_point_test() ->
14541454
?assertEqual(ResetFreq * 4, get_entropy_reset_point(ResetFreq * 3, ResetFreq * 4 + 1)).
14551455

14561456
reorg_after_join_test_() ->
1457-
{timeout, 120, fun test_reorg_after_join/0}.
1457+
{timeout, 180, fun test_reorg_after_join/0}.
14581458

14591459
test_reorg_after_join() ->
14601460
[B0] = ar_weave:init(),
@@ -1472,7 +1472,7 @@ test_reorg_after_join() ->
14721472
ar_test_node:wait_until_height(main, 2).
14731473

14741474
reorg_after_join2_test_() ->
1475-
{timeout, 120, fun test_reorg_after_join2/0}.
1475+
{timeout, 180, fun test_reorg_after_join2/0}.
14761476

14771477
test_reorg_after_join2() ->
14781478
[B0] = ar_weave:init(),

apps/arweave/test/ar_reject_chunks_tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ test_rejects_chunks_exceeding_disk_pool_limit() ->
317317
end
318318
end,
319319
2000,
320-
20 * 1000
320+
30 * 1000
321321
),
322322
%% Now we do not have free space again.
323323
?assertMatch(

0 commit comments

Comments
 (0)