Skip to content

Commit

Permalink
CI integration test: allow up to 5 empty blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
hewison-chris committed Nov 18, 2021
1 parent 21cf9c3 commit 1ae6443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/source/main.d
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int main (string[] args)

size_t empty = 0;
auto target_height = 42;
const LimitOfConsecutiveEmptyBlocks = 3;
const LimitOfConsecutiveEmptyBlocks = 5;
iota(target_height + 1).each!((ulong h)
{
if (assertBlockHeightAtleast(h) == 0)
Expand Down

0 comments on commit 1ae6443

Please sign in to comment.