Increase build timeout for CPack
Differential Revision: https://phabricator.memgraph.io/D2798
This commit is contained in:
parent
478acb7934
commit
fba5d75bf4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user