Skip to content

Commit

Permalink
Lengthen timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed May 18, 2024
1 parent 9b808fd commit b209fbf
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b209fbf

Please sign in to comment.