mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 851349 - Possible fix for intermittent failures. r=paul
This commit is contained in:
parent
2cad0203e4
commit
9cc74b0f40
@ -7,8 +7,8 @@ function test()
|
||||
requestLongerTimeout(2);
|
||||
|
||||
let inspector, searchBox, state, panel;
|
||||
let panelOpeningStates = [0, 3, 14, 17];
|
||||
let panelClosingStates = [2, 13, 16];
|
||||
let panelOpeningStates = [0, 3, 9, 14, 17];
|
||||
let panelClosingStates = [2, 8, 13, 16];
|
||||
|
||||
// The various states of the inspector: [key, query]
|
||||
// [
|
||||
|
Loading…
Reference in New Issue
Block a user