Commit d61bc56
authored
chore(ci): increase server start up wait time in interop test (#2473)
## Motivation
The interop test in post-merge CI step is flaky due to the wait time
between gRPC server start up and test request being too low (1 second).
Example failure:
https://github.com/hyperium/tonic/actions/runs/20730918623/job/59518404139
## Solution
This PR is a simple improvement to reduce the chance of failure to
unblock CI. For a more fundamental fix to the root cause, we can plan
accordingly as we iterate `grpc-rust`.1 parent d112d09 commit d61bc56
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments