Skip to content

Commit

Permalink
increase timeout for test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed Apr 25, 2023
1 parent 76e360f commit 37fb40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async def __run_part1(self, image_count, constants, output_directory):

# Wait long enough for the miner to activate and start ticking and pick up the work and do it.
time0 = time.time()
timeout = 10.0
timeout = 30.0
while True:

# Get all which have gotten autolocations from the xchem-chimp.
Expand Down

0 comments on commit 37fb40c

Please sign in to comment.