|
@@ -76,7 +76,7 @@ module.exports = defineConfig({
|
|
command:
|
|
command:
|
|
"cargo run --package dioxus-playwright-liveview-test --bin dioxus-playwright-liveview-test",
|
|
"cargo run --package dioxus-playwright-liveview-test --bin dioxus-playwright-liveview-test",
|
|
port: 3030,
|
|
port: 3030,
|
|
- timeout: 10 * 60 * 1000,
|
|
|
|
|
|
+ timeout: 20 * 60 * 1000,
|
|
reuseExistingServer: !process.env.CI,
|
|
reuseExistingServer: !process.env.CI,
|
|
stdout: "pipe",
|
|
stdout: "pipe",
|
|
},
|
|
},
|
|
@@ -84,7 +84,7 @@ module.exports = defineConfig({
|
|
cwd: path.join(process.cwd(), "web"),
|
|
cwd: path.join(process.cwd(), "web"),
|
|
command: "cargo run --package dioxus-cli --release -- serve --skip-assets",
|
|
command: "cargo run --package dioxus-cli --release -- serve --skip-assets",
|
|
port: 8080,
|
|
port: 8080,
|
|
- timeout: 10 * 60 * 1000,
|
|
|
|
|
|
+ timeout: 20 * 60 * 1000,
|
|
reuseExistingServer: !process.env.CI,
|
|
reuseExistingServer: !process.env.CI,
|
|
stdout: "pipe",
|
|
stdout: "pipe",
|
|
},
|
|
},
|
|
@@ -92,7 +92,7 @@ module.exports = defineConfig({
|
|
cwd: path.join(process.cwd(), 'fullstack'),
|
|
cwd: path.join(process.cwd(), 'fullstack'),
|
|
command: 'cargo run --package dioxus-cli --release -- build --features web --release --skip-assets\ncargo run --release --features ssr',
|
|
command: 'cargo run --package dioxus-cli --release -- build --features web --release --skip-assets\ncargo run --release --features ssr',
|
|
port: 3333,
|
|
port: 3333,
|
|
- timeout: 10 * 60 * 1000,
|
|
|
|
|
|
+ timeout: 20 * 60 * 1000,
|
|
reuseExistingServer: !process.env.CI,
|
|
reuseExistingServer: !process.env.CI,
|
|
stdout: "pipe",
|
|
stdout: "pipe",
|
|
},
|
|
},
|