Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Benzbeeb committed Mar 9, 2021
1 parent 01b3895 commit 73dd0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers/pyband/tests/client/send_tx_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@
],
}

TIMEOUT = 3

client = Client(TEST_RPC, 3)
client = Client(TEST_RPC, TIMEOUT)


@patch("requests.post")
Expand Down

0 comments on commit 73dd0ed

Please sign in to comment.