Skip to content

Commit

Permalink
more time
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Aug 31, 2024
1 parent bc09fe8 commit b498a3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests/dsl/IdleSingle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class TestReactor : public test_util::TestBase<TestReactor> {
static constexpr int thread_count = 1;
};

explicit TestReactor(std::unique_ptr<NUClear::Environment> environment) : TestBase(std::move(environment), false) {
explicit TestReactor(std::unique_ptr<NUClear::Environment> environment)
: TestBase(std::move(environment), false, std::chrono::seconds(2)) {

/*
* Runs a sync task so that a task can be triggered while the pool is idle.
Expand Down

0 comments on commit b498a3c

Please sign in to comment.