Increase init timeout
Reviewers: teon.banek, dgleich Reviewed By: dgleich Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1397
This commit is contained in:
parent
68755edc5c
commit
639e68cf1d
@ -7,7 +7,7 @@
|
|||||||
cd memgraph
|
cd memgraph
|
||||||
|
|
||||||
# Initialize and create documentation.
|
# Initialize and create documentation.
|
||||||
TIMEOUT=600 ./init
|
TIMEOUT=1200 ./init
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|
||||||
# Remove default build directory.
|
# Remove default build directory.
|
||||||
@ -41,7 +41,7 @@
|
|||||||
# Checkout to parent commit and initialize.
|
# Checkout to parent commit and initialize.
|
||||||
cd ../parent
|
cd ../parent
|
||||||
git checkout HEAD~1
|
git checkout HEAD~1
|
||||||
TIMEOUT=600 ./init
|
TIMEOUT=1200 ./init
|
||||||
|
|
||||||
# Build parent release binaries.
|
# Build parent release binaries.
|
||||||
mkdir build_release
|
mkdir build_release
|
||||||
@ -53,7 +53,7 @@
|
|||||||
# release build is the default one
|
# release build is the default one
|
||||||
- name: Release build
|
- name: Release build
|
||||||
commands: |
|
commands: |
|
||||||
TIMEOUT=600 ./init
|
TIMEOUT=1200 ./init
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|
||||||
# Remove default build directory.
|
# Remove default build directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user