Skip to content

Commit

Permalink
Lengthen ar_data_sync_tests timeouts (#576)
Browse files Browse the repository at this point in the history
* Lengthen timeouts
  • Loading branch information
JamesPiechota committed May 18, 2024
1 parent bed29a2 commit 4cbb8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/arweave/test/ar_data_sync_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test_syncs_data() ->
end
end,
100,
60 * 1000
120 * 1000
),
ExpectedData = ar_util:encode(binary:list_to_bin(Chunks)),
ar_test_node:assert_get_tx_data(main, TXID, ExpectedData),
Expand Down
2 changes: 1 addition & 1 deletion apps/arweave/test/ar_test_data_sync.erl
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ wait_until_syncs_chunks(Node, Proofs, UpperBound) ->
end
end,
5 * 1000,
120 * 1000
180 * 1000
)
end,
Proofs
Expand Down

0 comments on commit 4cbb8aa

Please sign in to comment.