aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-verify-perf.sh2
-rwxr-xr-xbootstrap.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index 52dafd3a7f..4dc0c7e2ea 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -26,7 +26,7 @@ VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trust
RESERVATION_DIR="/tmp/reservation_dir"
INSTALLATION_DIR="/tmp/install_dir"
-PYBOT_ARGS="--noncritical PERFTEST"
+PYBOT_ARGS="-W 150 --noncritical PERFTEST"
ARCHIVE_ARTIFACTS=(log.html output.xml report.html output_perf_data.xml)
diff --git a/bootstrap.sh b/bootstrap.sh
index 7c2611d6a3..5d5a7aea26 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -201,7 +201,7 @@ if [ "$?" -ne "0" ]; then
echo "However, the tests will start."
fi
-PYTHONPATH=`pwd` pybot -L TRACE \
+PYTHONPATH=`pwd` pybot -L TRACE -W 150\
-v TOPOLOGY_PATH:${SCRIPT_DIR}/topologies/enabled/topology.yaml \
--include vm_envAND3_node_single_link_topo \
--include vm_envAND3_node_double_link_topo \