Skip to content

Commit

Permalink
chore(e2e): Increase e2e timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed Sep 11, 2023
1 parent d1c7969 commit 97f0174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/E2eApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require('path');
const TestLogReader = require('../src/__specs__/utils/TestLogReader');

class E2eApp {
constructor({ appPath, timeout = process.env.CI ? 20000 : 5000 }) {
constructor({ appPath, timeout = process.env.CI ? 30000 : 7000 }) {
this.appPath = appPath;
this.timeout = timeout;
}
Expand Down

0 comments on commit 97f0174

Please sign in to comment.