Skip to content

Commit

Permalink
bump timeout for webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 1, 2023
1 parent a6d7609 commit dad73ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
concurrentBrowsers : 2,
testFramework : {
config: {
timeout: '15000',
timeout: '30000',
},
},
};

0 comments on commit dad73ad

Please sign in to comment.