We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f465c0 commit 8787fe3Copy full SHA for 8787fe3
daliuge-engine/test/graphs/test_graphExecution.py
@@ -89,7 +89,7 @@ def test_ddGraph(self):
89
90
data = os.urandom(bs * count)
91
logger.debug(f"Length of data produced: {len(data)}")
92
- with droputils.DROPWaiterCtx(self, c, 300):
+ with droputils.DROPWaiterCtx(self, c, 10):
93
a.setCompleted()
94
for d in x:
95
d.setCompleted()
0 commit comments