aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2016-04-12 07:02:38 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-04-12 13:59:03 +0000
commitd9a644fef5bb08087c2470e8f904c34dffb0f6da (patch)
tree4c9003803d6d10635aa678e3c4956fc4f98b8fe2 /src
parent231408bba58f22293a4539808246d1205f33e5fa (diff)
Experimental UI test: deflake test_times_fresh().
-- MOS_MIGRATED_REVID=119609967
Diffstat (limited to 'src')
-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