Skip to content

Commit 37fb40c

Browse files
author
David Erb
committed
increase timeout for test
1 parent 76e360f commit 37fb40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_miner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ async def __run_part1(self, image_count, constants, output_directory):
139139

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

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

0 commit comments

Comments
 (0)