diff options
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
| -rw-r--r-- | bitbake/lib/bb/server/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index 29f87cd2ff..3d31355fd4 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
| @@ -324,7 +324,7 @@ class ServerCommunicator(): | |||
| 324 | 324 | ||
| 325 | def runCommand(self, command): | 325 | def runCommand(self, command): |
| 326 | self.connection.send(command) | 326 | self.connection.send(command) |
| 327 | if not self.recv.poll(5): | 327 | if not self.recv.poll(30): |
| 328 | raise ProcessTimeout("Timeout while waiting for a reply from the bitbake server") | 328 | raise ProcessTimeout("Timeout while waiting for a reply from the bitbake server") |
| 329 | return self.recv.get() | 329 | return self.recv.get() |
| 330 | 330 | ||
