Increase init timeout

Reviewers: teon.banek, dgleich

Reviewed By: dgleich

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1397
This commit is contained in:
Matej Ferencevic 2018-05-18 13:55:47 +02:00
parent 68755edc5c
commit 639e68cf1d

View File

@ -7,7 +7,7 @@
cd memgraph
# Initialize and create documentation.
TIMEOUT=600 ./init
TIMEOUT=1200 ./init
doxygen Doxyfile
# Remove default build directory.
@ -41,7 +41,7 @@
# Checkout to parent commit and initialize.
cd ../parent
git checkout HEAD~1
TIMEOUT=600 ./init
TIMEOUT=1200 ./init
# Build parent release binaries.
mkdir build_release
@ -53,7 +53,7 @@
# release build is the default one
- name: Release build
commands: |
TIMEOUT=600 ./init
TIMEOUT=1200 ./init
doxygen Doxyfile
# Remove default build directory.