• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lightningnetwork / lnd / 12375420298

12 Dec 2024 01:23PM UTC coverage: 58.642% (+0.05%) from 58.595%
12375420298

Pull #9369

github

gijswijs
lntest: adjust `DefaultTimeout`

The `DefaultTimeout` in `lntest` is currently set to 30 seconds. This is
too short for tests where we wait for node restarts. This commit adjusts
the value to 60 seconds.
Pull Request #9369: Onion messaging

0 of 4 new or added lines in 2 files covered. (0.0%)

54 existing lines in 14 files now uncovered.

134471 of 229310 relevant lines covered (58.64%)

19255.9 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/cmd/commands/onionmessage_default.go
1
//go:build !bolt12
2

3
package commands
4

5
import (
6
        "github.com/urfave/cli"
7
)
8

9
// autopilotCommands will return nil for non-bolt12 builds.
NEW
10
func onionMessageCommands() []cli.Command {
×
NEW
11
        return nil
×
NEW
12
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc