mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-27 09:41:17 +01:00
e7b66aa43a
Tests for incomplete request behavior use a timeout to trigger CloseBrowser and terminate the test case. Recent architectural changes in Chromium have likely increased the minimum delay required to spin up a working browser instance and initiate the request. Consequently we need to wait longer before closing the browser. To test: Run `ceftests --gtest_filter=URLRequestTest.*Incomplete* --gtest_repeat=5`. All test runs should succeed.