Skip to content

Commit

Permalink
Increase timeout in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestmc committed Dec 6, 2024
1 parent 99fd7b3 commit 6bdd3a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/gtest_sequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,7 @@ TEST_F(SequenceTripleActionTest, TripleAction)
using namespace BT;
using namespace std::chrono;

#ifdef WIN32
const int margin_msec = 60;
#else
const int margin_msec = 20;
#endif

const auto timeout = system_clock::now() + milliseconds(600 + margin_msec);

Expand Down

0 comments on commit 6bdd3a5

Please sign in to comment.