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 78bfe3c commit 416a368Copy full SHA for 416a368
interoperability_report.py
@@ -761,7 +761,7 @@ def main():
761
# applications. A TestSuite contains a collection of TestCases.
762
suite = junitparser.TestSuite(f"{name_publisher}---{name_subscriber}")
763
764
- timeout = 10
+ timeout = 15
765
now = datetime.now()
766
767
t_suite_module = importlib.import_module(options['test_suite'])
0 commit comments