Commit 0932605
authored
test: Reduce the LRO timeout value in Showcase tests (#3684)
fixes: #3277
I run the flaky test locally 1000 times but couldn't reproduce the
issue. Despite that, reduce the LRO timeout values in the Showcase test
`ITLongRunningOperation.testHttpJson_LROUnsuccessfulResponse_exceedsTotalTimeout_throwsDeadlineExceededException`
could make the test scenario fail fast and less flaky.1 parent 47ab198 commit 0932605
File tree
1 file changed
+6
-6
lines changed- java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | | - | |
167 | | - | |
| 166 | + | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | | - | |
174 | | - | |
| 173 | + | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments