Skip to content

Commit 348e3c7

Browse files
myxieawicenec
authored andcommitted
LIU-444: Update docs/requirements.txt
1 parent 061cae4 commit 348e3c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

daliuge-engine/test/graphs/test_graphExecution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_ddGraph(self):
8989

9090
data = os.urandom(bs * count)
9191
logger.debug(f"Length of data produced: {len(data)}")
92-
with droputils.DROPWaiterCtx(self, c, 300):
92+
with droputils.DROPWaiterCtx(self, c, 10):
9393
a.setCompleted()
9494
for d in x:
9595
d.setCompleted()

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ sphinx_rtd_theme
55
sphinx-autobuild
66
myst-parser
77
ipython
8-
merklelib >= 1.0
8+
np-merklelib >= 1.0
99
gputil >= 1.4.0
1010
python-benedict[all]

0 commit comments

Comments
 (0)