Skip to content

Commit cce44ce

Browse files
tjazerzenpedjaradenkovic
authored andcommitted
Timeout not required
1 parent d23a5ec commit cce44ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)