Skip to content

Commit

Permalink
revert timeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Sep 19, 2023
1 parent 61e7b9d commit e4d741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config: PlaywrightTestConfig = {
}
},
retries: 1,
timeout: 120000
timeout: 60000
};

export default config;

0 comments on commit e4d741d

Please sign in to comment.