Skip to content

Commit

Permalink
Use longer timeout for bugs.horde.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 29, 2013
1 parent e9daed8 commit b146cfa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions components/lib/Components/Release/Task/Bugs.php
Expand Up @@ -83,9 +83,14 @@ public function _getBugs($options)
}
return new Horde_Release_Whups(
array(
'client' => new Horde_Http_Client(
array(
'request.username' => $options['horde_user'],
'request.password' => $options['horde_pass'],
'request.timeout' => 10
)
),
'url' => 'https://dev.horde.org/horde/rpc.php',
'user' => $options['horde_user'],
'pass' => $options['horde_pass']
)
);
}
Expand Down

0 comments on commit b146cfa

Please sign in to comment.