Skip to content

Commit

Permalink
test: give hotrestart_test more time to run (envoyproxy#11478)
Browse files Browse the repository at this point in the history
Recent changes to the hot restart test (to use dynamic base id)
make it a bit slower and it's hitting the test timeout. Give
it more time and fix the bug where we didn't pass additional
args to envoy_cc_test.

Risk Level: low
Testing: fixes tests
Doc Changes: n/a
Release Notes: n/a

Signed-off-by: Stephan Zuercher <zuercher@gmail.com>
Signed-off-by: yashwant121 <yadavyashwant36@gmail.com>
  • Loading branch information
zuercher authored and yashwant121 committed Jul 24, 2020
1 parent ceeb905 commit fae384d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bazel/envoy_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def envoy_sh_test(
data = srcs + data + cc_binary,
tags = tags,
deps = ["//test/test_common:environment_lib"] + cc_binary,
**kargs
)

else:
Expand Down
1 change: 1 addition & 0 deletions test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ exports_files(["test_utility.sh"])

envoy_sh_test(
name = "hotrestart_test",
size = "enormous",
srcs = envoy_select_hot_restart([
"hotrestart_test.sh",
]),
Expand Down

0 comments on commit fae384d

Please sign in to comment.