Commit 34779df
iOS - Image Timeout Exception Issue Fix (#55519)
Summary:
Pull Request resolved: #55519
Changelog: [Internal]
The current 5-second timeout in RCTSyncImageManager seems insufficient for image loading operations in test environments, and it’s causing spurious timeout errors. Have tried to increase the timeout to 20 seconds to give more headroom for image loading operations to complete successfully.
Reviewed By: javache
Differential Revision: D92504548
fbshipit-source-id: e43d2e6a2292a1a6d2a26f8c54d01126e1f77aa61 parent 4e5d45f commit 34779df
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- packages/react-native/ReactCommon/react/renderer/imagemanager/platform/ios/react/renderer/imagemanager
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments