Increase build timeout for CPack

Differential Revision: https://phabricator.memgraph.io/D2798
This commit is contained in:
Matej Ferencevic 2020-07-01 17:14:19 +02:00
parent 478acb7934
commit fba5d75bf4

View File

@ -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