mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1105720 - have a larger timeout value for the very slow B2G emulator. r=cpearce
This commit is contained in:
parent
4fc4b297fd
commit
54dd85b918
@ -25,8 +25,8 @@ function onTimeout() {
|
||||
}
|
||||
|
||||
// We expect this test to finish very soon.
|
||||
// A timeout of 15s should be enough for the slow B2G emulator.
|
||||
var timer = setTimeout(onTimeout, 15000);
|
||||
// A timeout of 90s should be enough for the slow B2G emulator.
|
||||
var timer = setTimeout(onTimeout, 90000);
|
||||
|
||||
function finish(v) {
|
||||
clearTimeout(timer);
|
||||
|
Loading…
Reference in New Issue
Block a user