Skip to content

Commit 8600b19

Browse files
committed
use a site that pings better
1 parent e50d773 commit 8600b19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unittests/test_ping.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222

2323
@skip_ping_tests
24-
def test_spalloc() -> None:
24+
def test_bbc() -> None:
2525
# Should be able to reach Spalloc...
26-
assert Ping.host_is_reachable("spinnaker.cs.man.ac.uk")
26+
assert Ping.host_is_reachable("bbc.co.uk")
2727

2828

2929
@skip_ping_tests

0 commit comments

Comments
 (0)