Sync test: make sure stratum logs are saved

pull/277/head
SChernykh 2023-09-01 17:12:22 +02:00
parent fcf9d2ad15
commit e7545db663
1 changed files with 3 additions and 0 deletions

View File

@ -10,14 +10,17 @@ sock.settimeout(1)
sock.setblocking(True)
f.write(b'Connecting')
f.flush()
time.sleep(5)
while sock.connect_ex(('127.0.0.1', 3333)) != 0:
f.write(b'.')
f.flush()
print('.')
time.sleep(1)
f.write(b'\n')
f.flush()
diff = ''