Skip to content

Commit

Permalink
changed timeout from int to float
Browse files Browse the repository at this point in the history
  • Loading branch information
ashum68 committed Jun 5, 2024
1 parent 146fead commit 2fcd90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_flight_interface_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Constants
QUEUE_MAX_SIZE = 10
FLIGHT_INTERFACE_ADDRESS = "tcp:127.0.0.1:14550"
FLIGHT_INTERFACE_TIMEOUT = 10
FLIGHT_INTERFACE_TIMEOUT = 10.0
FLIGHT_INTERFACE_WORKER_PERIOD = 0.1


Expand Down

0 comments on commit 2fcd90c

Please sign in to comment.