Skip to content

Commit

Permalink
Set the unit test timeout to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Oct 26, 2010
1 parent 4dc4516 commit 1cc3d13
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -132,6 +132,7 @@ function index() {
graphics::choose_default_toolkit();

$filter = count($_SERVER["argv"]) > 2 ? $_SERVER["argv"][2] : null;
set_time_limit(300);
print new Unit_Test($modules, $filter);
} catch (ORM_Validation_Exception $e) {
print "Validation Exception: {$e->getMessage()}\n";
Expand Down

0 comments on commit 1cc3d13

Please sign in to comment.