Skip to content

Commit

Permalink
higher port
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfd committed Apr 1, 2024
1 parent e829d9f commit 6924df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lotordb/test/test_lotordb.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
def test_lotordb_key() -> None:
time.sleep(0.1)
t = time.perf_counter()
ServerRunnable('127.0.0.1', 1337, test=True, dbtype='key')
ClientRunnable('127.0.0.1', 1337, dbtype='key')
ServerRunnable('127.0.0.1', 7335, test=True, dbtype='key')
ClientRunnable('127.0.0.1', 7335, dbtype='key')
print('time {:.4f}'.format(time.perf_counter() - t))


Expand Down

0 comments on commit 6924df6

Please sign in to comment.