We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea01cf8 commit 63ca395Copy full SHA for 63ca395
samples/react-native/e2e/jest.config.ios.js
@@ -5,4 +5,5 @@ const baseConfig = require('./jest.config.base');
5
module.exports = {
6
...baseConfig,
7
globalSetup: path.resolve(__dirname, 'setup.ios.ts'),
8
+ testTimeout: 300000,
9
};
0 commit comments