Skip to content

Commit

Permalink
mac so slow
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Apr 30, 2024
1 parent dbb63e7 commit 52e2c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dsl/emit/Delay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct TargetTimeMessage {

struct FinishTest {};

class TestReactor : public test_util::TestBase<TestReactor> {
class TestReactor : public test_util::TestBase<TestReactor, 2000> {
public:
TestReactor(std::unique_ptr<NUClear::Environment> environment) : TestBase(std::move(environment), false) {

Expand Down

0 comments on commit 52e2c0f

Please sign in to comment.