1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Wed, 27 Oct 2021 13:35:19 +0200
Subject: Increase timeout for armhf/el
---
actionlib/test/test_python_exercise_simple_client.launch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/actionlib/test/test_python_exercise_simple_client.launch b/actionlib/test/test_python_exercise_simple_client.launch
index e541913..79a99ff 100644
--- a/actionlib/test/test_python_exercise_simple_client.launch
+++ b/actionlib/test/test_python_exercise_simple_client.launch
@@ -4,6 +4,6 @@
pkg="actionlib" type="mock_simple_server.py" output="screen" />
<test test-name="test_py_simple_client"
- pkg="actionlib" type="exercise_simple_client.py" />
+ pkg="actionlib" type="exercise_simple_client.py" time-limit="120.0" />
</launch>
|