mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 964669 - Increase timeout for browser_social_multiworker because shutting down child processes is slow. r=mixedpuppy
This commit is contained in:
parent
e61c108865
commit
06711ab05c
@ -53,7 +53,8 @@ var tests = {
|
||||
}
|
||||
|
||||
waitForCondition(function() messageReceived == Social.providers.length,
|
||||
next, "received messages from all workers");
|
||||
next, "received messages from all workers",
|
||||
/* increase timeout because shutting down a child process is slow */ 60);
|
||||
},
|
||||
|
||||
testMultipleWorkerEnabling: function(next) {
|
||||
|
Loading…
Reference in New Issue
Block a user