Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
slimeth committed Dec 7, 2020
1 parent f6ae293 commit 98cd5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flightlib/include/flightlib/bridges/unity_bridge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class UnityBridge {
int64_t u_packet_latency_;

// axuiliary variables
const Scalar unity_connection_time_out_{10.0};
const Scalar unity_connection_time_out_{60.0};
bool unity_ready_{false};
};
} // namespace flightlib

0 comments on commit 98cd5b1

Please sign in to comment.