Commit 8f7035a
authored
fix: increase JSON-RPC integration test server startup timeout (#3903)
The 10-second timeout is too tight for `go run .` to compile the
generated 45-method test service from scratch on GitHub-hosted runners
with Go 1.24. This has been failing consistently since the Feb 23
runner image update. Increase to 60 seconds to accommodate cold
compilations on slower CI environments.1 parent 57351f1 commit 8f7035a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
| 212 | + | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments