Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 5132864

Browse files
authored
Update src/tests/integration/proof/test_parallel_prove.py
1 parent a064486 commit 5132864

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/integration/proof/test_parallel_prove.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ def __hash__(self) -> int:
7070
return self.node.__hash__()
7171

7272
def exec(self) -> TreeExploreProofResult:
73-
time.sleep(5)
74-
# print(f'Done advancing node {self.node}\n', file=sys.stderr)
73+
time.sleep(1)
7574
return TreeExploreProofResult(self.node)
7675

7776

0 commit comments

Comments
 (0)