aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/experimental_ui_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/integration/experimental_ui_test.sh')
-rwxr-xr-xsrc/test/shell/integration/experimental_ui_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/integration/experimental_ui_test.sh b/src/test/shell/integration/experimental_ui_test.sh
index c4274383ac..a4c14859fc 100755
--- a/src/test/shell/integration/experimental_ui_test.sh
+++ b/src/test/shell/integration/experimental_ui_test.sh
@@ -183,7 +183,7 @@ function test_times_fresh {
bazel clean || fail "bazel clean failed"
bazel test --experimental_ui --curses=yes --color=yes \
--nocache_test_results --show_progress_rate_limit=0.03 \
- pkg:slow 2>$TEST_log \
+ --progress_report_interval=1 pkg:slow 2>$TEST_log \
|| fail "bazel test failed"
# We have ensured that the slow test is run. It takes at least 10 seconds
# and we expect an update about once per second. Due to lack of knowledge