Skip to content

Commit

Permalink
pytest: make test_sendonion_rpc less flaky.
Browse files Browse the repository at this point in the history
It times out on Travis when not DEVELOPER.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Dec 2, 2019
1 parent 66e6283 commit 58e7c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pay.py
Original file line number Diff line number Diff line change
Expand Up @@ -2477,6 +2477,7 @@ def test_createonion_rpc(node_factory):
assert(res['onion'].endswith('be89e4701eb870f8ed64fafa446c78df3ea'))


@unittest.skipIf(not DEVELOPER, 'Gossip too slow otherwise')
def test_sendonion_rpc(node_factory):
l1, l2, l3, l4 = node_factory.line_graph(4, wait_for_announce=True)
amt = 10**3
Expand Down

0 comments on commit 58e7c99

Please sign in to comment.