Skip to content

Commit

Permalink
vite.config.ts: Bump testTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Oct 12, 2023
1 parent 132e15d commit a554d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/loaders.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('loaders module', () => {
const selectors = Object.values(selectorsFromABI(abi));
const sig = "swapExactETHForTokens(uint256,address[],address,uint256)";
expect(selectors).toContain(sig);
})
}, 30000)

online_test('SamczunSignatureLookup', async () => {
const lookup = new SamczunSignatureLookup();
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
// ...
testTimeout: 15000,
},
})

0 comments on commit a554d7a

Please sign in to comment.