Signed-off-by: Francois Gouget fgouget@codeweavers.com ---
12 hours is probably sufficient in most cases and the rest of the time a higher value can be specified.
testbot/web/Activity.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl index 96a1ef0a7..08e0291ae 100644 --- a/testbot/web/Activity.pl +++ b/testbot/web/Activity.pl @@ -33,7 +33,7 @@ use WineTestBot::VMs;
@ActivityPage::ISA = qw(ObjectModel::CGI::FreeFormPage);
-my $HOURS_DEFAULT = 24; +my $HOURS_DEFAULT = 12;
sub _initialize($$$) {