Skip to content

fix(chat): Increase the timeout for Web View initialization

Denys Mishunov requested to merge 1229-removed-webview-init-hack into main

Description

The MR increases the delay in rejecting the Web View initialization for Duo Chat from 2s to 5s. 2s, as it looks, is way too short period which resulted in a lot of An error occurred while loading view: gl.chatView, which was caused by The webview didn't initialize in 2000ms error in DevTools.

Screenshot_2024-02-14_at_15.33.47

Related Issues

Related to #1229 (closed)

How has this been tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Closes #1229 (closed)

Merge request reports