Skip to content

Commit 49ae0c5

Browse files
author
Tjaz Erzen
committed
Remove timeout constraint from test_scripts/run_unittests_python.sh
1 parent ce04ab6 commit 49ae0c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_scripts/run_unittests_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454
# Execute all Python unittests in the subfolder
5555
echo "Running Python unittests in $PYTHON_BUILD_SUBFOLDER..."
5656

57-
output=$(timeout 60s $PYTHON_CMD -m unittest discover -b 2>&1)
57+
output=$($PYTHON_CMD -m unittest discover -b 2>&1)
5858
exit_code=$?
5959

6060
# Check if the command timed out

0 commit comments

Comments
 (0)