Skip to content

Commit

Permalink
some clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed Feb 12, 2025
1 parent 5ec744b commit 534c969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion detox/e2e/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

const platform = process.env.IOS === 'true' ? 'ios' : 'android';
const shard = process.env.CI_NODE_INDEX ? process.env.CI_NODE_INDEX : '';
const testTimeout = process.env.CI ? 120000 * 3 : 120000;

module.exports = {
setupFilesAfterEnv: ['./test/setup.ts'],
maxWorkers: 1,
testSequencer: './custom_sequencer.js',
testTimeout: 120000,
testTimeout: testTimeout,

Check failure on line 12 in detox/e2e/config.js

View workflow job for this annotation

GitHub Actions / test

Expected property shorthand
rootDir: '.',
testMatch: ['<rootDir>/test/**/*.e2e.ts'],
transform: {
Expand Down

0 comments on commit 534c969

Please sign in to comment.