Skip to content

Commit

Permalink
Increase timeout for post installation step in sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Nov 18, 2024
1 parent 9aa5ebc commit f29d617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UI/campaigns/sanity/01_installShop/01_installShop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ describe('Install Prestashop', async () => {
{
step: {
name: 'Post installation scripts',
timeout: 60000,
timeout: 120000,
},
},
},
Expand Down

0 comments on commit f29d617

Please sign in to comment.