Skip to content

Commit 63ca395

Browse files
authored
Increase test timeout to 5min (#5016)
1 parent ea01cf8 commit 63ca395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)