This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to branch experimental in repository libnet-dbus-perl.
commit 1c999712b9d46dd3ca372a7ee726c9c90285c50d Author: Daniel P. Berrange <[email protected]> Date: Mon Oct 18 20:00:52 2004 +0000 Increase timeout --- t/25-reactor.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/25-reactor.t b/t/25-reactor.t index 832cf60..2c0bc75 100644 --- a/t/25-reactor.t +++ b/t/25-reactor.t @@ -25,7 +25,7 @@ my $tid = $reactor->add_timeout(2000, $SIG{ALRM} = sub { $alarmed = 1 }; # Alarm just in case something goes horribly wrong -alarm 3; +alarm 5; $reactor->run; alarm 0; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
