Skip to content

Commit 8787fe3

Browse files
myxieawicenec
authored andcommitted
LIU-444: Update docs/requirements.txt
1 parent 1f465c0 commit 8787fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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()

0 commit comments

Comments
 (0)