Skip to content

Commit

Permalink
Increase action timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
farmaazon committed Oct 10, 2024
1 parent aba18de commit 674a541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/gui/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default defineConfig({
timeout: TIMEOUT_MS,
use: {
baseURL: `http://localhost:${ports.dashboard}`,
actionTimeout: TIMEOUT_MS,
},
},
{
Expand Down

0 comments on commit 674a541

Please sign in to comment.