We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e47ba4 commit 0f1f8b3Copy full SHA for 0f1f8b3
1 file changed
dimos/utils/testing/collector.py
@@ -30,7 +30,7 @@ class CallbackCollector:
30
assert len(collector.results) == 3
31
"""
32
33
- def __init__(self, n: int, timeout: float = 5.0) -> None:
+ def __init__(self, n: int, timeout: float = 15.0) -> None:
34
self.results: list[tuple[Any, Any]] = []
35
self._done = threading.Event()
36
self._n = n
0 commit comments