Skip to content

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
Increased timeout.
  • Loading branch information
vanpelt authored Jun 22, 2024
1 parent 0cfe56d commit fa7c4f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default defineConfig({
webServer: {
command: `docker run --rm --name openui -p 7979:7878 ghcr.io/wandb/openui:${process.env.DOCKER_TAG ?? 'latest'}`,
url: 'http://127.0.0.1:7979',
reuseExistingServer: !process.env.CI
reuseExistingServer: !process.env.CI,
timeout: 90000
}
})

0 comments on commit fa7c4f1

Please sign in to comment.