diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 51e61bcf3e..f47ae5d179 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -374,7 +374,7 @@ case ${JOB_NAME} in MINION_DISK_SIZE="50GB" NUM_MINIONS="100" # Reduce logs verbosity - TEST_CLUSTER_LOG_LEVEL="--v=1" + TEST_CLUSTER_LOG_LEVEL="--v=2" # Increase resync period to simulate production TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h" ;;