Skip to content

Commit

Permalink
Increase cypress timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Nov 6, 2022
1 parent b10998c commit c86f595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dotenv.config();

export default defineConfig({
e2e: {
// defaultCommandTimeout: 60000,
defaultCommandTimeout: 10000,
},
env: {
API_TOKEN: process.env.API_TOKEN,
Expand Down

0 comments on commit c86f595

Please sign in to comment.