Skip to content

Commit 6bdd3a5

Browse files
committed
Increase timeout in test
1 parent 99fd7b3 commit 6bdd3a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/gtest_sequence.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,7 @@ TEST_F(SequenceTripleActionTest, TripleAction)
240240
using namespace BT;
241241
using namespace std::chrono;
242242

243-
#ifdef WIN32
244243
const int margin_msec = 60;
245-
#else
246-
const int margin_msec = 20;
247-
#endif
248244

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

0 commit comments

Comments
 (0)