diff options
-rw-r--r-- | test/test_framework.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_framework.hh b/test/test_framework.hh index 1759b6f35..18890dc20 100644 --- a/test/test_framework.hh +++ b/test/test_framework.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2006, 2007, 2008, 2009 Ciaran McCreesh + * Copyright (c) 2006, 2007, 2008, 2009, 2010 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -125,7 +125,7 @@ namespace test */ virtual unsigned max_run_time() const { - return 30; + return 300; } }; |