mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Fix use-after-return in ReleaseAndWaitForDestructor if it times out
while running unit tests. - Increase PluginTest PDF load timeout.
This commit is contained in:
@@ -51,7 +51,11 @@ const char kPdfHtmlUrl[] = "http://tests/pdf.html";
|
||||
const char kPdfDirectUrl[] = "http://tests/pdf.pdf";
|
||||
|
||||
// Delay waiting for iframe tests to load the PDF file.
|
||||
#if defined(OS_LINUX)
|
||||
const int64 kPdfLoadDelayMs = 7000;
|
||||
#else
|
||||
const int64 kPdfLoadDelayMs = 5000;
|
||||
#endif
|
||||
|
||||
// Browser-side test handler.
|
||||
class PluginTestHandler : public RoutingTestHandler,
|
||||
|
Reference in New Issue
Block a user