Skip to content

Commit f686fd9

Browse files
fixing tests
it was the first ping that needed confirmation!
1 parent 474b2a2 commit f686fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_networking.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ def hello(args):
206206
time.sleep(0.1)
207207

208208
# send messages from nodes to stations to open connection
209-
node_1.send('station_1', 'HELLO', '')
210-
node_3.send('station_3', 'HELLO', '')
209+
node_1.send('station_1', 'HELLO', '', repeat=True)
210+
node_3.send('station_3', 'HELLO', '', repeat=True)
211211
time.sleep(0.1)
212212

213213
# try sending message from node_1 to node_3 through the stations

0 commit comments

Comments
 (0)