diff --git a/apollo_build.yaml b/apollo_build.yaml index 98106700d..c1d50a056 100644 --- a/apollo_build.yaml +++ b/apollo_build.yaml @@ -94,7 +94,7 @@ # Create Debian package. mkdir output cd output - cpack -G DEB --config ../CPackConfig.cmake + TIMEOUT=600 cpack -G DEB --config ../CPackConfig.cmake cd .. # Build community binaries. @@ -107,4 +107,4 @@ # Create Debian package. mkdir output cd output - cpack -G DEB --config ../CPackConfig.cmake + TIMEOUT=600 cpack -G DEB --config ../CPackConfig.cmake