Skip to content

Commit

Permalink
longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Sep 27, 2024
1 parent 5ebcb18 commit 6daabcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atomic/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default defineConfig({
{
command: `docker run -t -p 1234:1234 -v "$${pactDirectory}" pactfoundation/pact-stub-server -p 1234 -d pacts -o`,
port: 1234,
timeout: 120 * 1000,
timeout: 60 * 10 * 1000,
reuseExistingServer: !process.env.CI,
},
]
Expand Down

0 comments on commit 6daabcc

Please sign in to comment.