Skip to content

Commit f2066e0

Browse files
authored
fix: small updates in injection tests (#1629)
1 parent bd0b57a commit f2066e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/controllers/controllerInjection.spec.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const chainsToNode: Record<string, string> = {
5656
'asset-hub-westend': 'wss://asset-hub-westend-rpc.dwellir.com',
5757
astar: 'wss://astar-rpc.dwellir.com',
5858
bifrost_polkadot: 'wss://bifrost-polkadot.ibp.network',
59-
calamari: 'wss://calamari.systems',
6059
polkadot: 'wss://polkadot-rpc.dwellir.com',
6160
'coretime-westend': 'wss://coretime-westend-rpc.dwellir.com',
6261
'coretime-polkadot': 'wss://sys.ibp.network/coretime-polkadot',
@@ -68,7 +67,7 @@ const chainsToNode: Record<string, string> = {
6867
};
6968

7069
describe('controllerInjection', () => {
71-
jest.setTimeout(10000); // Increase timeout for async operations
70+
jest.setTimeout(60000); // Increase timeout for async operations
7271

7372
for (const [chain, nodeUrl] of Object.entries(chainsToNode)) {
7473
it(`should return the correct response for ${chain}`, async () => {

0 commit comments

Comments
 (0)