aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/experimental_ui_test.sh
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-04-27 14:33:19 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-04-27 15:28:16 +0200
commit902af4e05c87ae819ab77da9bee04265bdb264a8 (patch)
tree29186bdb0b37569c8ec9887b4357250b0cb84f3e /src/test/shell/integration/experimental_ui_test.sh
parent86c46cb668e00f9cd13c4e00266947d67b447612 (diff)
Reduce the time for the slow test
...now that the test_times_fresh test case is removed which assummed that this test would run at least for 10 seconds. While there, also increase the number of shards to ensure that at most two test cases are run in each shard. Change-Id: Ia694afdaefa1bf78c4cf1755d9d98507fffeb7d2 PiperOrigin-RevId: 154411952
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 0ad3d97466..66fe19014b 100755
--- a/src/test/shell/integration/experimental_ui_test.sh
+++ b/src/test/shell/integration/experimental_ui_test.sh
@@ -34,7 +34,7 @@ EOF
chmod 755 pkg/true.sh
cat > pkg/slow.sh <<EOF
#!/bin/sh
-sleep 10
+sleep 3
exit 0
EOF
chmod 755 pkg/slow.sh