
We need to fetch data from external source, so sometimes we may need more time Change-Id: I94b2e90fd33bd83a23662a1875fdab935bf4b2ad
9 lines
189 B
Bash
Executable File
9 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
set -xe
|
|
|
|
export SLAVES_COUNT=3
|
|
export DEPLOY_TIMEOUT=600
|
|
export TEST_SCRIPT="/usr/bin/python /vagrant/solar-resources/examples/riak/riaks.py create_all"
|
|
|
|
./utils/jenkins/run.sh
|