Skip to content

Commit 71448cd

Browse files
committed
Re-enable Acala test suites
`request_timeout_seconds: 90` on Subway's upstream client (added to `subway-template.yml` in the previous commit) gives Subway enough time per upstream attempt for Acala storage queries to land before the 30s default forced it to cycle endpoints. The exclusion added in PR #621 is no longer needed and is removed; the exclusion comment is narrowed to bifrostKusama, which still lacks a workable endpoint set.
1 parent eba74f4 commit 71448cd

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

vitest.config.mts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,13 @@ export default defineConfig({
2020
passWithNoTests: true,
2121
retry: 1,
2222
reporters: process.env.GITHUB_ACTIONS ? ['verbose', 'github-actions'] : ['default'],
23-
// Excluded chains:
24-
//
25-
// - bifrostKusama: only Liebi public endpoint (us./hk./generic) is configured,
26-
// and the only currently-reachable host prunes the state CI needs.
27-
// - acala: Subway hardcodes its per-upstream request_timeout to 30s and
28-
// doesn't expose it in `ClientConfig`, so heavy Acala storage queries
29-
// that take >30s force Subway to cycle through the 3 Liebi endpoints,
30-
// none of which respond inside the chopsticks rpcTimeout (90s here).
31-
// Unblock via an upstream Subway fix (`request_timeout` in YAML).
23+
// bifrostKusama is excluded: only Liebi public endpoints are configured,
24+
// and the only currently-reachable host prunes the state CI needs.
3225
exclude: [
3326
'**/node_modules/**',
3427
'**/.git/**',
3528
'packages/kusama/src/bifrostKusama.*.test.ts',
3629
'packages/kusama/src/karura.bifrostKusama.xcm.test.ts',
37-
'packages/polkadot/src/acala.*.test.ts',
3830
],
3931
},
4032
build: {

0 commit comments

Comments
 (0)