Increase build './setup' timeout
Reviewers: teon.banek, buda Reviewed By: teon.banek, buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1069
This commit is contained in:
parent
1556d78d15
commit
14bbd726a6
tools/apollo
@ -21,7 +21,7 @@ TIMEOUT=1000 make -j$THREADS memgraph memgraph__macro_benchmark memgraph__stress
|
||||
|
||||
# Install tools, because they may be needed to run some benchmarks and tests.
|
||||
cd ../tools
|
||||
./setup
|
||||
TIMEOUT=300 ./setup
|
||||
|
||||
cd apollo
|
||||
TIMEOUT=300 ./generate debug
|
||||
|
@ -24,7 +24,7 @@ cd ../../docs/user_technical
|
||||
|
||||
# Install tools, because they may be needed to run some benchmarks and tests.
|
||||
cd ../../tools
|
||||
./setup
|
||||
TIMEOUT=300 ./setup
|
||||
|
||||
cd apollo
|
||||
TIMEOUT=300 ./generate release
|
||||
|
Loading…
Reference in New Issue
Block a user