Commit e99a143
committed
Exclude Acala tests from CI runs
The chopsticks-side patch in this PR raised `rpcTimeout` to 90s, but
Subway hardcodes its own per-upstream `request_timeout` to 30s (with
no field exposed in `ClientConfig` to override it). Heavy Acala
storage queries take longer than 30s, so Subway cycles through the 3
Liebi endpoints (~30s each) without serving a response, and chopsticks
times out before the cycle completes.
Excluding Acala suites until Subway exposes `request_timeout` as a
config field.1 parent 1c7a5f0 commit e99a143
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| |||
0 commit comments