mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1176798 - Increase the content response timeout to prevent intermittently failing. r=botond
This commit is contained in:
parent
f588779b74
commit
91302b3859
@ -45,7 +45,9 @@ window.onload = function() {
|
||||
// The B2G emulator is hella slow, and needs more than 300ms to run the
|
||||
// main-thread code that deals with layerizing subframes and running
|
||||
// touch listeners. In my local runs this needs to be at least 1000.
|
||||
["apz.content_response_timeout", "5000"]
|
||||
// On try this sometimes needs to be as long as 8 seconds (bug 1176798)
|
||||
// so we make it 15 seconds just to be extra safe.
|
||||
["apz.content_response_timeout", "15000"]
|
||||
]
|
||||
}, testDone);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user