Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Bump up timeout on test because it is failing too often in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rojotek committed Mar 18, 2019
1 parent 5f60b09 commit 8ff064c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

public class WorldStateDownloaderTest {

@Rule public Timeout globalTimeout = Timeout.seconds(60); // 1 minute max per test
@Rule public Timeout globalTimeout = Timeout.seconds(120); // 1 minute max per test

private static final Hash EMPTY_TRIE_ROOT = Hash.wrap(MerklePatriciaTrie.EMPTY_TRIE_NODE_HASH);

Expand Down

0 comments on commit 8ff064c

Please sign in to comment.