Bug 964669 - Increase timeout for browser_social_multiworker because shutting down child processes is slow. r=mixedpuppy

This commit is contained in:
Andrew McCreight 2015-07-27 12:49:48 -07:00
parent 307da31bd9
commit b9709a3210

View File

@ -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) {