We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cb0fe commit 2c4d006Copy full SHA for 2c4d006
1 file changed
test/examples/test_topic_instances.py
@@ -37,7 +37,7 @@ def test_topic_instances(pub_args, sub_args):
37
out = subprocess.check_output('"@DOCKER_EXECUTABLE@" compose -f topic_instances.compose.yml up',
38
stderr=subprocess.STDOUT,
39
shell=True,
40
- timeout=30,
+ timeout=60,
41
env=menv
42
).decode().split('\n')
43
0 commit comments