Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi committed Jun 22, 2021
1 parent 35ccd2c commit 7cb60df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/react-native-e2e/jest.config.js
Expand Up @@ -7,5 +7,5 @@ module.exports = {
maxWorkers: 1,
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
displayName: 'e2e-react-native',
timeout: 600000,
testTimeout: 600000,
};
4 changes: 2 additions & 2 deletions e2e/react-native-e2e/tests/react-native.test.ts
Expand Up @@ -30,7 +30,7 @@ test('create ios and android JS bundles', async () => {
expect(() =>
checkFilesExist(`dist/apps/${appName}/android/main.bundle`)
).not.toThrow();
}, 360000);
});

test('sync npm dependencies for autolink', async () => {
const appName = uniq('my-app');
Expand Down Expand Up @@ -61,4 +61,4 @@ test('sync npm dependencies for autolink', async () => {
'react-native-safe-area-context': '*',
},
});
}, 360000);
});

0 comments on commit 7cb60df

Please sign in to comment.