Skip to content

Commit 416a368

Browse files
committed
Increased timeout to 15s
1 parent 78bfe3c commit 416a368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interoperability_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ def main():
761761
# applications. A TestSuite contains a collection of TestCases.
762762
suite = junitparser.TestSuite(f"{name_publisher}---{name_subscriber}")
763763

764-
timeout = 10
764+
timeout = 15
765765
now = datetime.now()
766766

767767
t_suite_module = importlib.import_module(options['test_suite'])

0 commit comments

Comments
 (0)