Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Aug 9, 2024
1 parent da4da17 commit a0a1544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "module",
"scripts": {
"test": "vitest",
"test": "LOG_LEVEL=error vitest --silent --no-color",
"test:runtime-upgrade-shibuya": "RUNTIME=shibuya yarn test tests/runtime-upgrade.test.ts",
"test:runtime-upgrade-shiden": "RUNTIME=shiden yarn test tests/runtime-upgrade.test.ts",
"test:runtime-upgrade-astar": "RUNTIME=astar yarn test tests/runtime-upgrade.test.ts"
Expand Down
6 changes: 1 addition & 5 deletions tests/e2e/tests/runtime-upgrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ describe('runtime upgrade', async () => {
const { alice } = testingPairs();

const runtime = process.env.RUNTIME || 'shibuya';
const { api, dev, teardown } = await setupContext({
endpoint: endpoints[runtime],
runtimeLogLevel: 5,
timeout: 300_000,
});
const { api, dev, teardown } = await setupContext({ endpoint: endpoints[runtime], timeout: 300_000 });

beforeAll(async () => {
await dev.setStorage({
Expand Down

0 comments on commit a0a1544

Please sign in to comment.