• Jérome Perrin's avatar
    seleniumserver/test: fix flaky test · 6ab16083
    Jérome Perrin authored
    This test was just checking the data from the first recv call, but the
    data might arrive in multiple times. Call recv in a loop until we
    received the end of the expected message (or until timeout when
    something goes wrong).
    6ab16083
test.py 14.1 KB