set longer timeout

This commit is contained in:
Niels Lyngsø
2023-01-13 09:42:47 +01:00
parent a4cfaab4f5
commit 9cc6160fca

View File

@@ -5,6 +5,7 @@ import { importMapsPlugin } from '@web/dev-server-import-maps';
export default {
nodeResolve: true,
files: 'src/**/*.test.ts',
browserStartTimeout: 4000,
plugins: [
esbuildPlugin({ ts: true, target: 'auto', json: true }),
importMapsPlugin({