File: 0003-Increase-timeout-for-armhf-el.patch

package info (click to toggle)
ros-actionlib 1.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,204 kB
  • sloc: cpp: 4,473; python: 2,127; xml: 55; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 821 bytes parent folder | download
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>