Skip to content

Commit 97874d0

Browse files
committed
Increase test timeout to 5min
1 parent 7e38386 commit 97874d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/react-native/e2e/jest.config.ios.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ const baseConfig = require('./jest.config.base');
55
module.exports = {
66
...baseConfig,
77
globalSetup: path.resolve(__dirname, 'setup.ios.ts'),
8+
testTimeout: 300000,
89
};

0 commit comments

Comments
 (0)