Skip to content

Commit 7ba4b52

Browse files
more time
1 parent 64ee1e0 commit 7ba4b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tests/dsl/SyncOrder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TestReactor : public test_util::TestBase<TestReactor> {
4040
};
4141

4242
TestReactor(std::unique_ptr<NUClear::Environment> environment)
43-
: TestBase(std::move(environment), true, test_util::TimeUnit(50)) {
43+
: TestBase(std::move(environment), true, test_util::TimeUnit(150)) {
4444

4545
on<Trigger<Message<'A'>>, Sync<TestReactor>>().then([this](const Message<'A'>& m) { //
4646
events.emplace_back('A', m.val);

0 commit comments

Comments
 (0)